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



commit fbe5a0e463687deb65a41aa47bf303354b357a4d
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 37b5b2f2..6751963d 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]