diff options
author | António Fernandes <antoniof@gnome.org> | 2021-08-15 20:50:58 +0100 |
---|---|---|
committer | António Fernandes <antoniojpfernandes@gmail.com> | 2021-08-15 20:14:06 +0000 |
commit | 7d188272c80dfa179cf2284aba756c25211d182e (patch) | |
tree | e0c21fc985ea6b38a30b62f93e041bd1bd282c5d /build-aux | |
parent | 8a3c03e6fa383bdd5dbdba5e1b4ea3faae2d3ea6 (diff) | |
download | nautilus-7d188272c80dfa179cf2284aba756c25211d182e.tar.gz |
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)
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gnome.Nautilus.json | 2 | ||||
-rw-r--r-- | build-aux/flatpak/org.gnome.Nautilus.yml | 2 | ||||
-rw-r--r-- | build-aux/flatpak/org.gnome.NautilusMaster.yml | 2 |
3 files changed, 6 insertions, 0 deletions
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 |