summaryrefslogtreecommitdiffstats
path: root/rules/poppler.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 16:27:29 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 16:27:29 +0000
commit84b12e374b83af064a94a556941f4aece7a28e55 (patch)
tree22ec2ee4bdaf7825a3da3c3709b50f50eae376cb /rules/poppler.in
parent6a99862df67668c49eed986c063d5688c8aa7c37 (diff)
downloadptxdist-84b12e374b83af064a94a556941f4aece7a28e55.tar.gz
ptxdist-84b12e374b83af064a94a556941f4aece7a28e55.tar.xz
* : tristate changes p-q.in
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8325 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/poppler.in')
-rw-r--r--rules/poppler.in16
1 files changed, 7 insertions, 9 deletions
diff --git a/rules/poppler.in b/rules/poppler.in
index b05244211..6f82db91f 100644
--- a/rules/poppler.in
+++ b/rules/poppler.in
@@ -1,18 +1,19 @@
menuconfig POPPLER
- bool
- prompt "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 ZLIB if POPPLER_ZLIB
+ select ZLIB if POPPLER_ZLIB
help
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
+if POPPLER
+
config POPPLER_BIN
bool
prompt "install poppler utilities"
- depends on POPPLER
help
installs command line utilies comming with poppler package, contains
pdffonts, pdfimages, pdfinfo, pdftoabw, pdftohtml, pdftoppm, pdftops,
@@ -21,34 +22,31 @@ config POPPLER_BIN
config POPPLER_X
bool
prompt "enable X support"
- depends on POPPLER
help
build poppler with X support.
config POPPLER_GLIB
bool
prompt "enable poppler glib wrapper"
- depends on POPPLER
help
build poppler glib wrapper.
config POPPLER_CAIRO
bool
prompt "enable poppler cairo graphics backend"
- depends on POPPLER
help
built cairo graphics backend
config POPPLER_JPEG
bool
prompt "enable poppler jpeg support"
- depends on POPPLER
help
compiles poppler glib wrapper.
config POPPLER_ZLIB
bool
prompt "enable poppler zlib support"
- depends on POPPLER
help
compiles poppler with zlib support.
+
+endif