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




commit 7f022d600c97d3e0af4aeac3b8cf025b9b4c6a96
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 ++++--
 flatpak/shared-modules        | 1 +
 2 files changed, 5 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",
diff --git a/flatpak/shared-modules b/flatpak/shared-modules
new file mode 160000
index 00000000..e7e29f2f
--- /dev/null
+++ b/flatpak/shared-modules
@@ -0,0 +1 @@
+Subproject commit e7e29f2f36d51674a229d5090cb99285951bd289


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