[tali] Add gnome-games-support to flatpak manifest



commit 642219d2f7befb81ef65f6070c8b7b8e0337f7b3
Author: Mart Raudsepp <leio gentoo org>
Date:   Mon Mar 23 18:10:40 2020 +0200

    Add gnome-games-support to flatpak manifest

 build-aux/org.gnome.Tali.json | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/org.gnome.Tali.json b/build-aux/org.gnome.Tali.json
index 79bc583..9cb9c5a 100644
--- a/build-aux/org.gnome.Tali.json
+++ b/build-aux/org.gnome.Tali.json
@@ -18,10 +18,30 @@
         "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
     "modules": [{
-        "name": "tali",
-        "sources": [{
-            "type": "git",
-            "url": "https://gitlab.gnome.org/GNOME/tali.git";
+            "name": "libgnome-games-support",
+            "modules": [{
+                    "name": "libgee",
+                    "config-opts": ["--enable-introspection=no"],
+                    "sources": [{
+                        "type": "git",
+                        "url": "https://gitlab.gnome.org/GNOME/libgee.git";
+                    }]
+                },
+                {
+                    "name": "games-support",
+                    "buildsystem": "meson",
+                    "sources": [{
+                        "type": "git",
+                        "url": "https://gitlab.gnome.org/GNOME/libgnome-games-support.git";
+                    }]
+                }
+            ]
+        },
+        {
+            "name": "tali",
+            "sources": [{
+                "type": "git",
+                "url": "https://gitlab.gnome.org/GNOME/tali.git";
         }]
     }]
 }


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