[nautilus] flatpak: Disable build options for gexiv2



commit 7d188272c80dfa179cf2284aba756c25211d182e
Author: António Fernandes <antoniof gnome org>
Date:   Sun Aug 15 20:50:58 2021 +0100

    flatpak: Disable build options for gexiv2
    
    We already disable introspection, which is required by the vapi and
    python3 options.
    
    We don't really on either and this is breaking the CI.
    
    
    (cherry picked from commit 46579d08b0b1183aa36544e0e949a6d42c53ce84)

 build-aux/flatpak/org.gnome.Nautilus.json      | 2 ++
 build-aux/flatpak/org.gnome.Nautilus.yml       | 2 ++
 build-aux/flatpak/org.gnome.NautilusMaster.yml | 2 ++
 3 files changed, 6 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 9d7f22269..4fd009949 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -47,6 +47,8 @@
       "config-opts": [
         "--libdir=/app/lib",
         "-Dintrospection=false",
+        "-Dvapi=false",
+        "-Dpython3=false",
         "-Dpython3_girdir=no"
       ],
       "sources": [
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index dd4c83a0e..f378ed963 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -39,6 +39,8 @@ modules:
   config-opts:
   - "--libdir=/app/lib"
   - "-Dintrospection=false"
+  - "-Dvapi=false"
+  - "-Dpython3=false"
   - "-Dpython3_girdir=no"
   sources:
   - type: git
diff --git a/build-aux/flatpak/org.gnome.NautilusMaster.yml b/build-aux/flatpak/org.gnome.NautilusMaster.yml
index 23a17214e..8fff7aefc 100644
--- a/build-aux/flatpak/org.gnome.NautilusMaster.yml
+++ b/build-aux/flatpak/org.gnome.NautilusMaster.yml
@@ -39,6 +39,8 @@ modules:
   config-opts:
   - "--libdir=/app/lib"
   - "-Dintrospection=false"
+  - "-Dvapi=false"
+  - "-Dpython3=false"
   - "-Dpython3_girdir=no"
   sources:
   - type: git


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