[gtk/ebassi/manifest-dep-fix] flatpak: Add wayland-protocols to the manifests




commit b91180c00986ac2624e201f8d2a0c9b7ba430295
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jan 28 00:31:23 2022 +0000

    flatpak: Add wayland-protocols to the manifests
    
    We have a bleeding edge dependency, and we cannot use subprojects when
    building with Meson.

 build-aux/flatpak/org.gtk.Demo4.json          | 14 ++++++++++++++
 build-aux/flatpak/org.gtk.IconBrowser4.json   | 14 ++++++++++++++
 build-aux/flatpak/org.gtk.WidgetFactory4.json | 14 ++++++++++++++
 3 files changed, 42 insertions(+)
---
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index e1813fa968..081361ef37 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -47,6 +47,20 @@
                 }
             ]
         },
+        {
+            "name" : "wayland-protocols",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "config-opts" : [
+                "-Dtests=false"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.freedesktop.org/wayland/wayland-protocols.git";
+                }
+            ]
+        },
         {
             "name" : "graphene",
             "buildsystem" : "meson",
diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json
index 908a197d7d..08ee8161eb 100644
--- a/build-aux/flatpak/org.gtk.IconBrowser4.json
+++ b/build-aux/flatpak/org.gtk.IconBrowser4.json
@@ -47,6 +47,20 @@
                 }
             ]
         },
+        {
+            "name" : "wayland-protocols",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "config-opts" : [
+                "-Dtests=false"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.freedesktop.org/wayland/wayland-protocols.git";
+                }
+            ]
+        },
         {
             "name" : "graphene",
             "buildsystem" : "meson",
diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json
index dadb6198e4..b23f972ecb 100644
--- a/build-aux/flatpak/org.gtk.WidgetFactory4.json
+++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json
@@ -47,6 +47,20 @@
                 }
             ]
         },
+        {
+            "name" : "wayland-protocols",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "config-opts" : [
+                "-Dtests=false"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.freedesktop.org/wayland/wayland-protocols.git";
+                }
+            ]
+        },
         {
             "name" : "graphene",
             "buildsystem" : "meson",


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