[poppler] 2 commits - configure.ac

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Thu Jan 7 02:09:25 PST 2010


 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e338643f2cebb1203f7ff0646f87b3dea8318757
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date:   Thu Jan 7 11:08:31 2010 +0100

    [tests] Bump GTK+ requirements to 2.14
    
    Fixes bug #22090.

diff --git a/configure.ac b/configure.ac
index 9a79a54..05834cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -450,9 +450,9 @@ AC_ARG_ENABLE(gtk-test,
               enable_gtk_test=$enableval,
               enable_gtk_test="try")
 if test x$enable_gtk_test = xyes; then
-  PKG_CHECK_MODULES(GTK_TEST, gtk+-2.0 >= 2.12 gdk-pixbuf-2.0 gthread-2.0 gio-2.0)
+  PKG_CHECK_MODULES(GTK_TEST, gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0)
 elif test x$enable_gtk_test = xtry; then
-  PKG_CHECK_MODULES(GTK_TEST, gtk+-2.0 >= 2.12 gdk-pixbuf-2.0 gthread-2.0 gio-2.0,
+  PKG_CHECK_MODULES(GTK_TEST, gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0,
                     [enable_gtk_test="yes"],
                     [enable_gtk_test="no"])
 fi
commit ce9404b1999f81b3f9e5a89bcd6e715463f89024
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date:   Thu Jan 7 11:06:19 2010 +0100

    Bump glib requirements to 2.18

diff --git a/configure.ac b/configure.ac
index 1f6fecc..9a79a54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,7 +306,7 @@ AC_SUBST(CAIRO_REQ)
 POPPLER_GLIB_DISABLE_DEPRECATED=""
 POPPLER_GLIB_DISABLE_SINGLE_INCLUDES=""
 
-GLIB_REQUIRED=2.6
+GLIB_REQUIRED=2.18
 AC_ARG_ENABLE(poppler-glib,
               AC_HELP_STRING([--disable-poppler-glib],
 	                     [Don't compile poppler glib wrapper.]),


More information about the poppler mailing list