From: Matthias Clasen Date: Sun, 15 Apr 2018 21:45:45 +0000 (-0400) Subject: flatpak: Bundle wayland for now X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~486 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5b160efc768d33b093ab9e041d091ac97551e3bf;p=gtk4.git flatpak: Bundle wayland for now We need a newer wayland than is available in the runtime currently, so use the power of flatpak and bundle it. --- diff --git a/build-aux/flatpak/org.gtk.Demo.json b/build-aux/flatpak/org.gtk.Demo.json index fb5e277743..8e5a6e9871 100644 --- a/build-aux/flatpak/org.gtk.Demo.json +++ b/build-aux/flatpak/org.gtk.Demo.json @@ -27,6 +27,20 @@ "/share/doc" ], "modules": [ + { + "name" : "wayland", + "buildsystem" : "autotools", + "builddir" : true, + "config-opts" : [ + "--disable-documentation" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/wayland-project/wayland.git" + } + ] + }, { "name": "graphene", "buildsystem": "meson", diff --git a/build-aux/flatpak/org.gtk.WidgetFactory.json b/build-aux/flatpak/org.gtk.WidgetFactory.json index fbd4789641..3e014844f5 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory.json @@ -27,6 +27,20 @@ "/share/doc" ], "modules": [ + { + "name" : "wayland", + "buildsystem" : "autotools", + "builddir" : true, + "config-opts" : [ + "--disable-documentation" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/wayland-project/wayland.git" + } + ] + }, { "name": "graphene", "buildsystem": "meson",