[glom] xdg-app-builder manifest: Use --disable-introspection with libgda.



commit 5ee9758606d138f3b786af266714d99a5f1e5594
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Dec 10 16:54:00 2015 +0100

    xdg-app-builder manifest: Use --disable-introspection with libgda.
    
    To work around this build error:
    
     /usr/bin/install -c -m 644 Gda-5.0.gir '/usr/share/gir-1.0'
    /usr/bin/install: cannot create regular file ‘/usr/share/gir-1.0/Gda-5.0.gir’: Read-only file system
    Makefile:1110: recipe for target 'install-girDATA' failed
    make[3]: *** [install-girDATA] Error 1

 manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index eea70b5..d8827f2 100644
--- a/manifest.json
+++ b/manifest.json
@@ -165,7 +165,7 @@
         },
         {
             "name": "libgda-5.0",
-            "config-opts": [ "--disable-documentation" ],
+            "config-opts": [ "--disable-documentation" "--disable-introspection"],
             "sources": [
                 {
                     "type": "archive",


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