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.
This commit is contained in:
Adrian Johnson 2008-03-27 09:06:11 +10:30
parent af8928fa8b
commit e4fd9b4ea2

View file

@ -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"