[gnome-photos/bochecha/flatpak: 1/2] flatpak: Switch geocode-glib to Meson



commit 45356e7487719f5d8c3a187e48ba3caac1e6b09b
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Wed Oct 3 12:14:20 2018 +0200

    flatpak: Switch geocode-glib to Meson
    
    ... instead of using the configure and Makefile adapter. The adapter
    inverts the Meson build's enable-gtk-doc option to default to false, so
    that needs to be handled.
    
    https://gitlab.gnome.org/GNOME/gnome-photos/merge_requests/66

 flatpak/org.gnome.Photos.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 5ad07109..79aba949 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -68,7 +68,8 @@
         },
         {
             "name": "geocode-glib",
-            "config-opts": [ "--disable-introspection" ],
+            "buildsystem": "meson",
+            "config-opts": [ "-Denable-gtk-doc=false", "-Denable-introspection=false" ],
             "sources": [
                 {
                     "type": "git",


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