diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index b987981577..9922c759e0 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -43,7 +43,7 @@ "sources" : [ { "type" : "git", - "url" : "https://github.com/wayland-project/wayland.git" + "url" : "https://gitlab.freedesktop.org/wayland/wayland.git" } ] }, @@ -70,7 +70,6 @@ "config-opts" : [ "--libdir=/app/lib", "-Denable_vulkan=no", - "-Dsassc=disabled", "-Dbuildtype=debugoptimized", "-Dprofile=devel" ], diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json index 580e4e7af9..1c14244999 100644 --- a/build-aux/flatpak/org.gtk.IconBrowser4.json +++ b/build-aux/flatpak/org.gtk.IconBrowser4.json @@ -35,15 +35,15 @@ "modules" : [ { "name" : "wayland", - "buildsystem" : "autotools", + "buildsystem" : "meson", "builddir" : true, "config-opts" : [ - "--disable-documentation" + "-Ddocumentation=false" ], "sources" : [ { "type" : "git", - "url" : "https://github.com/wayland-project/wayland.git" + "url" : "https://gitlab.freedesktop.org/wayland/wayland.git" } ] }, @@ -70,7 +70,6 @@ "config-opts" : [ "--libdir=/app/lib", "-Denable_vulkan=no", - "-Dsassc=disabled", "-Dbuildtype=debugoptimized", "-Dprofile=devel" ], diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json index 138a6c73b5..bcbee387e7 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory4.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json @@ -35,15 +35,15 @@ "modules" : [ { "name" : "wayland", - "buildsystem" : "autotools", + "buildsystem" : "meson", "builddir" : true, "config-opts" : [ - "--disable-documentation" + "-Ddocumentation=false" ], "sources" : [ { "type" : "git", - "url" : "https://github.com/wayland-project/wayland.git" + "url" : "https://gitlab.freedesktop.org/wayland/wayland.git" } ] }, @@ -70,7 +70,6 @@ "config-opts" : [ "--libdir=/app/lib", "-Denable_vulkan=no", - "-Dsassc=disabled", "-Dbuildtype=debugoptimized", "-Dprofile=devel" ],