summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-11-05 19:27:49 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-05 19:27:49 +0000
commit34564aa84a4642dceba75efdeef438be6c6896c8 (patch)
treeefd320befa6888dc91a73335c961d83eaf8c33ae /configure.ac
parent564d64a1323c5cbcde2dd9365ac790fe8aa1c5a6 (diff)
[test/pdf2png] Remove dependency on GdkPixbuf
It's appears to be dropped from the current poppler trunk, so just use our own venerable cairo_surface_write_ton_png().
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ed086ec..40fb1d31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -391,7 +391,7 @@ test_pdf=no
any2ppm_pdf=no
if test "x$use_pdf" = "xyes"; then
poppler_DEPENDENCY="poppler-glib >= $POPPLER_VERSION_REQUIRED"
- PKG_CHECK_MODULES(POPPLER, $poppler_DEPENDENCY pango gtk+-2.0,
+ PKG_CHECK_MODULES(POPPLER, $poppler_DEPENDENCY,
[CAIRO_CHECK_FUNCS_WITH_FLAGS(poppler_page_render, [$POPPLER_CFLAGS], [$POPPLER_LIBS],
[test_pdf=yes; any2ppm_pdf=yes],
[AC_MSG_RESULT(no); test_pdf="no (requires $poppler_DEPENDENCY)"])],