[gnome-photos/gnome-3-24] flatpak: Disable GObject introspection in GEGL



commit e509ccdcb3a604dfa220a2e089ce30c069a87d92
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Mar 22 14:48:00 2017 +0100

    flatpak: Disable GObject introspection in GEGL
    
    The GObject introspection support isn't needed, and the build seems to
    have failed at least once due to it.

 flatpak/org.gnome.Photos.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index b042d74..69788d2 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -151,7 +151,7 @@
         {
             "name": "gegl",
             "cleanup": [ "/bin" ],
-            "config-opts": [ "--disable-docs" ],
+            "config-opts": [ "--disable-docs", "--disable-introspection" ],
             "sources": [
                 {
                     "type": "git",


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