diff options
-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, |