[gnome-sdk-images] Pick up some settings from the freedesktop json file



commit c41fa2e360851cb72603a08a40ac1d447bb0a369
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Mar 24 17:07:54 2016 +0100

    Pick up some settings from the freedesktop json file

 org.gnome.Sdk.json |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Sdk.json b/org.gnome.Sdk.json
index 5005352..9e983ff 100644
--- a/org.gnome.Sdk.json
+++ b/org.gnome.Sdk.json
@@ -84,6 +84,13 @@
         {
             "name": "glib",
             "config-opts": [ "--with-pcre=system" ],
+            "cleanup-platform": [ "/share/glib-2.0/codegen",
+                                  "/bin/gdbus-codegen",
+                                  "/bin/glib-*",
+                                  "/bin/gobject-query",
+                                  "/bin/gresource",
+                                  "/bin/gtester*"
+                               ],
             "sources": [
                 {
                     "type": "git",
@@ -93,7 +100,10 @@
         },
         {
             "name": "gobject-introspection",
-            "config-opts": ["--disable-static"],
+            "config-opts": ["--disable-gtk-doc", "--disable-static" ],
+            "cleanup-platform": ["/lib/gobject-introspection/giscanner",
+                                 "/share/gobject-introspection/giscanner",
+                                 "/bin"],
             "sources": [
                 {
                     "type": "git",
@@ -185,6 +195,8 @@
         },
         {
             "name": "json-glib",
+            "config-opts": [ "--disable-static",
+                             "--disable-gtk-doc" ],
             "sources": [
                 {
                     "type": "git",


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