summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
-