From e4fd9b4ea2e8cc378471c4f536236faa73467977 Mon Sep 17 00:00:00 2001 From: Adrian Johnson Date: Thu, 27 Mar 2008 09:06:11 +1030 Subject: [PATCH] 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6d5756ae5..fc794ada1 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"