[evince] Bump poppler requirements to 0.24.0



commit df3fd52a4a5f1752bca42cc231978fd39d4ab308
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Tue Jul 30 09:47:05 2013 +0200

    Bump poppler requirements to 0.24.0
    
    It's the new poppler stable release contining important bug fixes for
    some of the new evince features to work properly.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d2c2ce9..297ba13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -474,7 +474,7 @@ AC_ARG_ENABLE([pdf],
   [enable_pdf=yes])
 
 if test "x$enable_pdf" = "xyes"; then
-    POPPLER_REQUIRED=0.23.3
+    POPPLER_REQUIRED=0.24.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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]