summaryrefslogtreecommitdiffstats
path: root/rules/poppler.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-03-03 14:36:37 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-03-03 14:36:37 +0000
commit4870077e3e16a39651735b1b2afe84d4d137455a (patch)
tree10ac865fead01bdaf78bd28bb3bdbd4fb2a15941 /rules/poppler.in
parent437c79916cf4716fe3760864ef594f866b429311 (diff)
downloadptxdist-4870077e3e16a39651735b1b2afe84d4d137455a.tar.gz
ptxdist-4870077e3e16a39651735b1b2afe84d4d137455a.tar.xz
* poppler: workaround recursive dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9910 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/poppler.in')
-rw-r--r--rules/poppler.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/rules/poppler.in b/rules/poppler.in
index 3d636ae3a..f79931b60 100644
--- a/rules/poppler.in
+++ b/rules/poppler.in
@@ -4,9 +4,8 @@ menuconfig POPPLER
tristate
prompt "poppler "
select GLIB if POPPLER_GLIB
- select GTK 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.
@@ -33,11 +32,13 @@ config POPPLER_GLIB
help
build poppler glib wrapper.
-config POPPLER_CAIRO
- bool
- prompt "enable poppler cairo graphics backend"
- help
- built cairo graphics backend
+# 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_JPEG
bool