[cairo-commit] configure.in
Adrian Johnson
ajohnson at kemper.freedesktop.org
Wed Mar 26 15:40:22 PDT 2008
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e4fd9b4ea2e8cc378471c4f536236faa73467977
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Thu Mar 27 09:06:11 2008 +1030
Bump poppler version required for testing to 0.8.0
The poppler specific reference images are created from the latest
version of poppler in git. The main reason has been for support for
knockout groups that had not yet been available in a stable release.
Poppler 0.8.0 is the first stable release to include the support for
knockout groups.
diff --git a/configure.in b/configure.in
index 6d5756a..fc794ad 100644
--- a/configure.in
+++ b/configure.in
@@ -651,7 +651,7 @@ CAIRO_BACKEND_ENABLE(pdf, PDF, pdf, PDF_SURFACE, yes, [
pdf_NONPKGCONFIG_LIBS=-lz
])
-POPPLER_VERSION_REQUIRED=0.4.1
+POPPLER_VERSION_REQUIRED=0.8.0
test_pdf=no
if test "x$use_pdf" = "xyes"; then
poppler_DEPENDENCY="poppler-glib >= $POPPLER_VERSION_REQUIRED"
More information about the cairo-commit
mailing list