summaryrefslogtreecommitdiffstats
path: root/rules/poppler.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-05 12:01:36 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-05 12:01:36 +0000
commiteedf1a76a457ce29019db33fc3987acca4903078 (patch)
tree173ec1632acb413d0339802c2ad0e7ccaad1da8d /rules/poppler.in
parent95bb79683ef9a7f08624a3df1417bc6b3198b6e9 (diff)
downloadptxdist-eedf1a76a457ce29019db33fc3987acca4903078.tar.gz
ptxdist-eedf1a76a457ce29019db33fc3987acca4903078.tar.xz
[poppler] reenable cairo backend
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9976 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/poppler.in')
-rw-r--r--rules/poppler.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/rules/poppler.in b/rules/poppler.in
index f79931b60..48059f295 100644
--- a/rules/poppler.in
+++ b/rules/poppler.in
@@ -5,7 +5,7 @@ menuconfig POPPLER
prompt "poppler "
select GLIB if POPPLER_GLIB
select LIBJPEG if POPPLER_JPEG
-# select CAIRO if POPPLER_CAIRO
+ select CAIRO if POPPLER_CAIRO
select ZLIB if POPPLER_ZLIB
help
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
@@ -32,13 +32,11 @@ config POPPLER_GLIB
help
build poppler glib wrapper.
-# FIXME: creates a recursive dependency CAIRO -> POPPLER -> CAIRO
-#
-#config POPPLER_CAIRO
-# bool
-# prompt "enable poppler cairo graphics backend"
-# help
-# built cairo graphics backend
+config POPPLER_CAIRO
+ bool
+ prompt "enable poppler cairo graphics backend"
+ help
+ built cairo graphics backend
config POPPLER_JPEG
bool