From 5b160efc768d33b093ab9e041d091ac97551e3bf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 15 Apr 2018 17:45:45 -0400 Subject: [PATCH] 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. --- build-aux/flatpak/org.gtk.Demo.json | 14 ++++++++++++++ build-aux/flatpak/org.gtk.WidgetFactory.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) 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",