[gnome-photos/wip/rishi/flatpak-update-gegl-meson] flatpak: Switch GEGL to Meson



commit 05059c9f5fd055309046bbad04882b877dfc3e22
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Aug 19 18:08:29 2019 +0200

    flatpak: Switch GEGL to Meson

 flatpak/org.gnome.Photos.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 927e3a0a..9c8aea1c 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -160,8 +160,9 @@
         },
         {
             "name": "gegl",
+            "buildsystem": "meson",
             "cleanup": [ "/bin" ],
-            "config-opts": [ "--disable-docs", "--disable-introspection" ],
+            "config-opts": [ "-Dintrospection=false", "-Dlibraw=enabled", "-Dlua=disabled" ],
             "sources": [
                 {
                     "type": "git",


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