summaryrefslogtreecommitdiffstats
path: root/rules/poppler.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-22 20:24:58 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-22 20:24:58 +0000
commitfb09195e55c1ca4fca5961c5ee4f8c3e6960949b (patch)
tree32e6e4c9564b05bd24947f39c6b78539981f4e6f /rules/poppler.in
parent0c5c4c9bff8c10ed4966c9c4514bcbe43e9f64d0 (diff)
downloadptxdist-fb09195e55c1ca4fca5961c5ee4f8c3e6960949b.tar.gz
ptxdist-fb09195e55c1ca4fca5961c5ee4f8c3e6960949b.tar.xz
* poppler.in:
convert -> menuconfig git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8211 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/poppler.in')
-rw-r--r--rules/poppler.in15
1 files changed, 7 insertions, 8 deletions
diff --git a/rules/poppler.in b/rules/poppler.in
index 9c4d727b8..b05244211 100644
--- a/rules/poppler.in
+++ b/rules/poppler.in
@@ -1,11 +1,11 @@
-config POPPLER
+menuconfig POPPLER
bool
- 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
+ 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
help
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
@@ -52,4 +52,3 @@ config POPPLER_ZLIB
depends on POPPLER
help
compiles poppler with zlib support.
-