flatpak: Bundle wayland for now
authorMatthias Clasen <mclasen@redhat.com>
Sun, 15 Apr 2018 21:45:45 +0000 (17:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 15 Apr 2018 21:45:45 +0000 (17:45 -0400)
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
build-aux/flatpak/org.gtk.WidgetFactory.json

index fb5e277743483307707b8c6c720aec6095956208..8e5a6e98712d29c49af22249c02f7483f2c666fb 100644 (file)
         "/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",
index fbd4789641895f9ce448806ed1c99df09ef9724b..3e014844f508a4edeea00183c071c8bc17e8976a 100644 (file)
         "/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",