summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-06-04 14:39:06 +0200
committerOndrej Holy <oholy@redhat.com>2021-07-09 15:46:59 +0200
commit8c5fa3eb080203432d7bf07af27aa27604e44ed1 (patch)
treeee4de66c93f5994309d971a9560c8037985495b0 /meson.build
parent24df6cf4a90bc854ef61a6f93c76f48a0079e556 (diff)
downloadnautilus-8c5fa3eb080203432d7bf07af27aa27604e44ed1.tar.gz
extensions/image-properties: Replace deprecated symbols
The build log contains warnings about deprecated gexiv2 functions. Let's port to the new API, unpin exiv3 and gexiv2 dependencies in flatpak manifests and bump the build dependency accordingly to get rid of the warnings.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 12a7cd601..1d28f4e6c 100644
--- a/meson.build
+++ b/meson.build
@@ -109,7 +109,7 @@ libgd_dep = libgd.get_variable('libgd_dep')
libm = cc.find_library('m')
if get_option('extensions')
- gexiv = dependency('gexiv2', version: '>= 0.10.0')
+ gexiv = dependency('gexiv2', version: '>= 0.12.2')
gst_tag_dep = dependency('gstreamer-tag-1.0')
gst_pbutils_dep = dependency('gstreamer-pbutils-1.0')
endif