[gtk] flatpak: Bundle wayland for now



commit 5b160efc768d33b093ab9e041d091ac97551e3bf
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Apr 15 17:45:45 2018 -0400

    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",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]