[swell-foop] flatpak: build clutter and deps after removal from SDK



commit d3288dc8846bbd1947c779f6fc8ac2270cfdc119
Author: Robert Roth <robert roth off gmail com>
Date:   Wed Apr 28 10:16:09 2021 +0300

    flatpak: build clutter and deps after removal from SDK

 org.gnome.SwellFoop.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/org.gnome.SwellFoop.json b/org.gnome.SwellFoop.json
index d2f5667..e54fafc 100644
--- a/org.gnome.SwellFoop.json
+++ b/org.gnome.SwellFoop.json
@@ -19,6 +19,53 @@
         "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
     "modules" : [
+        {
+            "name": "cogl",
+            "config-opts": [
+                "--disable-cogl-gst",
+                "--enable-xlib-egl-platform",
+                "--enable-wayland-egl-platform"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/cogl.git";,
+                    "branch": "cogl-1.22"
+                }
+            ]
+        },
+        {
+            "name": "clutter",
+            "config-opts": [
+                "--enable-egl-backend",
+                "--enable-wayland-backend"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/clutter.git";
+                }
+            ]
+        },
+        {
+            "name": "clutter-gtk",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/clutter-gtk.git";
+                }
+            ]
+        },
+        {
+            "name": "clutter-gst",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/clutter-gst.git";,
+                    "branch": "clutter-gst-3.0"
+                }
+            ]
+        },
         {
             "name": "libgee",
             "config-opts": ["--enable-introspection=no"],


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