diff options
author | rbuj <[email protected]> | 2021-10-13 10:17:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-10-26 13:31:19 +0200 |
commit | 535afceae976237b45da133254ef449b57ff96e4 (patch) | |
tree | 784723480ee529d9cd0fe35c65c2791460bbf494 | |
parent | 693c72f183d00227b0cef8740552dc0f53d037b9 (diff) | |
download | eom-535afceae976237b45da133254ef449b57ff96e4.tar.bz2 eom-535afceae976237b45da133254ef449b57ff96e4.tar.xz |
Add support for libexif 0.6.14+
libexif 0.6.22+ was previously required because the macro
EXIF_TAG_GAMMA was not defined reading the NEWS file.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 31b4321..ee006be 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,7 @@ fi # EXIF (optional) # *************** -LIBEXIF_REQUIRED=0.6.22 +LIBEXIF_REQUIRED=0.6.14 AC_ARG_WITH([libexif], AC_HELP_STRING([--without-libexif], [disable EXIF support])) have_exif=no |