[gnome-photos/gnome-3-26] flatpak: Disable GObject introspection



commit ccb9f2e2c0fa0be15fc37f3e2539288b614d38f3
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Sep 8 16:22:26 2017 +0200

    flatpak: Disable GObject introspection

 flatpak/org.gnome.Photos.json |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 770254f..c664f6f 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -61,6 +61,7 @@
         },
         {
             "name": "geocode-glib",
+            "config-opts": [ "--disable-introspection" ],
             "sources": [
                 {
                     "type": "git",
@@ -70,6 +71,7 @@
         },
         {
             "name": "librest",
+            "config-opts": [ "--disable-introspection" ],
             "sources": [
                 {
                     "type": "archive",
@@ -80,7 +82,10 @@
         },
         {
             "name": "gnome-online-accounts",
-            "config-opts": [ "--disable-telepathy", "--disable-documentation", "--disable-backend" ],
+            "config-opts": [ "--disable-introspection",
+                             "--disable-telepathy",
+                             "--disable-documentation",
+                             "--disable-backend" ],
             "sources": [
                 {
                     "type": "git",
@@ -91,6 +96,7 @@
         {
             "name": "libgfbgraph",
             "cleanup": [ "/doc" ],
+            "config-opts": [ "--disable-introspection" ],
             "sources": [
                 {
                     "type": "git",
@@ -110,7 +116,10 @@
         },
         {
             "name": "libgdata",
-            "config-opts": [ "--disable-always-build-tests", "--disable-Werror", "--disable-static" ],
+            "config-opts": [ "--disable-always-build-tests",
+                             "--disable-introspection",
+                             "--disable-Werror",
+                             "--disable-static" ],
             "sources": [
                 {
                     "type": "git",
@@ -191,6 +200,7 @@
         {
             "name": "grilo",
             "cleanup": [ "/bin" ],
+            "config-opts": [ "--disable-introspection" ],
             "sources": [
                 {
                     "type": "git",
@@ -235,7 +245,8 @@
         {
             "name": "tracker",
             "cleanup": [ "/bin", "/etc", "/lib/systemd", "/libexec", "/share/dbus-1/services" ],
-            "config-opts": [ "--disable-static",
+            "config-opts": [ "--disable-introspection",
+                             "--disable-static",
                              "--with-bash-completion-dir=no" ],
             "sources": [
                 {


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