summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-10-10 08:15:02 +0000
committerOndrej Holy <oholy@redhat.com>2019-11-22 13:18:16 +0000
commite559f6e0a4a604b35dc652c90a83a2f327a1ecb0 (patch)
tree07ac17e3a2a2338efd3230dd936f38f10df47074
parent85e891e5faff4c72dc14ef54569a8f09a3f9ed79 (diff)
downloadnautilus-e559f6e0a4a604b35dc652c90a83a2f327a1ecb0.tar.gz
ci: Update gexiv2 meson options to fix flatpak master
The -Ddisable-introspection gexiv2 meson option was renamed to -Dintrospection. https://gitlab.gnome.org/GNOME/gexiv2/commit/25a03fe69cc9fe0db50930a4cccf7f40a408d55b Let's reflect this in the org.gnome.NautilusMaster.yml file to fix the flatpak master job as it currenty fails with "OSError: [Errno 30] Read-only file system: '/usr/lib/python3.7/site-packages/gi/overrides/GExiv2.py'" error. (cherry picked from commit 7d3ae8755da2a930137705fbde609042b59a7484)
-rw-r--r--build-aux/flatpak/org.gnome.NautilusMaster.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.NautilusMaster.yml b/build-aux/flatpak/org.gnome.NautilusMaster.yml
index 7d947310b..0d946fdea 100644
--- a/build-aux/flatpak/org.gnome.NautilusMaster.yml
+++ b/build-aux/flatpak/org.gnome.NautilusMaster.yml
@@ -41,7 +41,7 @@ modules:
builddir: true
config-opts:
- "--libdir=/app/lib"
- - "-Ddisable-introspection=True"
+ - "-Dintrospection=false"
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gexiv2.git