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



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

    flatpak: Switch GEGL to Meson
    
    https://gitlab.gnome.org/GNOME/gnome-photos/merge_requests/112

 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]