diff options
author | raveit65 <[email protected]> | 2020-09-02 10:24:58 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-09-02 18:18:35 +0200 |
commit | 8ac435b07cf2adc80125760087c702354e77dde3 (patch) | |
tree | b1289de7b5c666275e68df813316770a2739ed3f | |
parent | 5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c (diff) | |
download | eom-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.ac | 2 |
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 |