[epiphany] flatpak: Add libhandy



commit a5c7dc93da66f36cf16ca05d759ac389f2dcb0c3
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Nov 27 06:41:11 2018 +0100

    flatpak: Add libhandy
    
    This is needed as it is going to be used in the following commits.

 flatpak/org.gnome.Epiphany.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
---
diff --git a/flatpak/org.gnome.Epiphany.json b/flatpak/org.gnome.Epiphany.json
index 2a3fd0176..ff313d450 100644
--- a/flatpak/org.gnome.Epiphany.json
+++ b/flatpak/org.gnome.Epiphany.json
@@ -62,6 +62,23 @@
                 }
             ]
         },
+        {
+            "name" : "libhandy",
+            "buildsystem" : "meson",
+            "config-opts" : [
+                "-Dexamples=false",
+                "-Dglade_catalog=false",
+                "-Dintrospection=false",
+                "-Dtests=false",
+                "-Dvapi=false"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://source.puri.sm/Librem5/libhandy.git";
+                }
+            ]
+        },
         {
             "name" : "epiphany",
             "config-opts" : [


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