[epiphany] flatpak: Unbundle glib



commit decbb914f4916c443415fceb6003713bee581a59
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Dec 21 12:03:26 2018 -0600

    flatpak: Unbundle glib
    
    This was just done for debugging purposes.

 flatpak/org.gnome.Epiphany.json | 31 +------------------------------
 1 file changed, 1 insertion(+), 30 deletions(-)
---
diff --git a/flatpak/org.gnome.Epiphany.json b/flatpak/org.gnome.Epiphany.json
index 8b47bf31c..d05da0f2c 100644
--- a/flatpak/org.gnome.Epiphany.json
+++ b/flatpak/org.gnome.Epiphany.json
@@ -43,35 +43,6 @@
         "*.a"
     ],
     "modules" : [
-        {
-            "name" : "glib",
-            "config-opts" : [
-                "--libdir=/app/lib"
-            ],
-            "buildsystem" : "autotools",
-            "builddir" : true,
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/glib.git";,
-                    "branch" : "2.58.1"
-                }
-            ]
-        },
-        {
-            "name" : "glib-networking",
-            "config-opts" : [
-                "--libdir=/app/lib"
-            ],
-            "buildsystem" : "meson",
-            "builddir" : true,
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/glib-networking.git";
-                }
-            ]
-        },
         {
             "name" : "gtk",
             "config-opts" : [
@@ -143,4 +114,4 @@
             ]
         }
     ]
-}
\ No newline at end of file
+}


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