diff options
author | monsta <[email protected]> | 2016-10-20 12:43:24 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-10-20 12:43:24 +0300 |
commit | d3cf808c47ab4f1aa59cbc91da7a59b7c2d1b48a (patch) | |
tree | ca9ce6f89e3ad97f133ff0fc30947906061204a2 | |
parent | 6f17ff9e26dfca3f120e424c374c06f9fefab46f (diff) | |
download | atril-d3cf808c47ab4f1aa59cbc91da7a59b7c2d1b48a.tar.bz2 atril-d3cf808c47ab4f1aa59cbc91da7a59b7c2d1b48a.tar.xz |
bump poppler version requirement to 0.22.0
because of new case-sensitive search feature
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8445c9d5..bcc186d3 100644 --- a/configure.ac +++ b/configure.ac @@ -374,7 +374,7 @@ AC_ARG_ENABLE([pdf], [enable_pdf=yes]) if test "x$enable_pdf" = "xyes"; then - POPPLER_REQUIRED=0.18.0 + POPPLER_REQUIRED=0.22.0 PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED,enable_pdf=yes,enable_pdf=no) if test "x$enable_pdf" = "xyes"; then |