diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-04-15 17:45:45 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-04-15 17:45:45 -0400 |
commit | 5b160efc768d33b093ab9e041d091ac97551e3bf (patch) | |
tree | 7a039e11df6d2ab72ad8250b9b90a68a0bde4a3b /build-aux | |
parent | b0e9dc47234ab47ce0b5f1a7f9655549aa40a20a (diff) | |
download | gtk+-5b160efc768d33b093ab9e041d091ac97551e3bf.tar.gz |
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.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gtk.Demo.json | 14 | ||||
-rw-r--r-- | build-aux/flatpak/org.gtk.WidgetFactory.json | 14 |
2 files changed, 28 insertions, 0 deletions
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 @@ -28,6 +28,20 @@ ], "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", "builddir": true, 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 @@ -28,6 +28,20 @@ ], "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", "builddir": true, |