summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-09-02 10:24:58 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-09-02 18:18:35 +0200
commit8ac435b07cf2adc80125760087c702354e77dde3 (patch)
treeb1289de7b5c666275e68df813316770a2739ed3f
parent5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c (diff)
downloadeom-8ac435b07cf2adc80125760087c702354e77dde3.tar.bz2
eom-8ac435b07cf2adc80125760087c702354e77dde3.tar.xz
require libexif 0.6.22
- needed for EXIF_TAG_GAMMA tag https://github.com/libexif/libexif/blob/303643a
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 53fb155..2038db2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,7 +141,7 @@ fi
# EXIF (optional)
# ***************
-LIBEXIF_REQUIRED=0.6.14
+LIBEXIF_REQUIRED=0.6.22
AC_ARG_WITH([libexif], AC_HELP_STRING([--without-libexif], [disable EXIF support]))
have_exif=no