[gegl] configure.ac: depend on libexiv2 >= 0.25
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] configure.ac: depend on libexiv2 >= 0.25
- Date: Tue, 26 Sep 2017 16:53:02 +0000 (UTC)
commit a226669b8aabfafe9cbca46a7b8fd6d95d18171a
Author: Øyvind Kolås <pippin gimp org>
Date: Mon Sep 25 19:09:20 2017 +0200
configure.ac: depend on libexiv2 >= 0.25
Fixing bug #788143
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6fa322f..3751a1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,7 @@ m4_define([gimp_full_name], [Generic Graphical Library])
# required versions of external libraries
m4_define([babl_required_version], [0.1.30])
m4_define([cairo_required_version], [0.0.0])
+m4_define([exiv2_required_version], [0.25])
m4_define([gdk_pixbuf_required_version], [2.32.0])
m4_define([introspection_required_version], [1.32.0])
m4_define([glib_required_version], [2.44.0])
@@ -1122,7 +1123,7 @@ AC_ARG_WITH(exiv2, [ --without-exiv2 build without libexiv2 support])
have_exiv2="no"
if test "x$with_exiv2" != "xno"; then
- PKG_CHECK_MODULES(EXIV2, exiv2,
+ PKG_CHECK_MODULES(EXIV2, exiv2 >= exiv2_required_version,
have_exiv2="yes",
have_exiv2="no (exiv2 library not found)")
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]