[gnome-photos/sam/tracker2-domain: 1/2] flatpak: Fix build error in gexiv2




commit 6489ace770d247ec0f89d9c4bd6b2213731ac49c
Author: Sam Thursfield <sam afuera me uk>
Date:   Mon Aug 31 19:20:40 2020 +0200

    flatpak: Fix build error in gexiv2
    
    The Python bindings are installed by default into /usr. We don't
    need these, so let's disable them.

 flatpak/org.gnome.Photos.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 5d16689c..9089d014 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -40,7 +40,7 @@
                  "*.la", "*.a"
                ],
     "modules": [
-           {
+        {
             "name": "babl",
             "buildsystem": "meson",
             "config-opts": [ "-Denable-gir=false", "-Dwith-docs=false" ],
@@ -177,7 +177,9 @@
         {
             "name": "gexiv2",
             "buildsystem": "meson",
-            "config-opts": [ "-Dintrospection=false" ],
+            "config-opts": [ "-Ddisable-introspection=true",
+                             "-Dpython2_girdir=no",
+                             "-Dpython3_girdir=no"],
             "sources": [
                 {
                     "type": "git",


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