[gnome-sdk-images] Some modules are now meson



commit acdedd68fc6f353b79a96dc66864a93b1751ac16
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Nov 1 17:09:31 2017 +0100

    Some modules are now meson

 org.gnome.Sdk.json.in |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index 354d482..a41696f 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -155,6 +155,10 @@
         {
             "name": "glib-networking",
             "buildsystem": "meson",
+            "ensure-writable": [
+                "/share/locale/*/LC_MESSAGES/*.mo",
+                "/share/runtime/locale/*/share/*/LC_MESSAGES/*.mo"
+            ],
             "sources": [
                 {
                     "type": "git",
@@ -193,7 +197,7 @@
         },
         {
             "name": "dconf",
-            "config-opts": ["--disable-static", "--disable-man"],
+            "buildsystem": "meson",
             "cleanup": [ "/libexec/dconf-service", "/share/dbus-1/services/*" ],
             "sources": [
                 {
@@ -315,6 +319,7 @@
         },
         {
             "name": "at-spi2-atk",
+            "buildsystem": "meson",
             "sources": [
                 {
                     "type": "git",


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