[epiphany] flatpak: Temporarily bundle glib as well



commit 126d2aaf749083c1f1493124e1888694bc205cd7
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Dec 20 18:34:10 2018 -0600

    flatpak: Temporarily bundle glib as well
    
    Since I just got done bundling GTK+ as well....
    
    This is so Jordan can test to see if Happy Eyeballs has broken
    recaptcha.

 flatpak/org.gnome.Epiphany.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/flatpak/org.gnome.Epiphany.json b/flatpak/org.gnome.Epiphany.json
index c846dc664..42f6e0aa4 100644
--- a/flatpak/org.gnome.Epiphany.json
+++ b/flatpak/org.gnome.Epiphany.json
@@ -43,6 +43,21 @@
         "*.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" : "gtk",
             "config-opts" : [


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