summaryrefslogtreecommitdiffstats
path: root/rules/poppler.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-13 19:45:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-13 19:45:19 +0200
commit904288c1e92f9ed707dce9c73f6c807b1af04023 (patch)
treeaaf85639c651820a8ed6de8042ed286b1d026bfe /rules/poppler.in
parent2853c86b1408ff68dd9302e8faf02184dc26db71 (diff)
downloadptxdist-904288c1e92f9ed707dce9c73f6c807b1af04023.tar.gz
ptxdist-904288c1e92f9ed707dce9c73f6c807b1af04023.tar.xz
poppler: version bump 0.10.4 -> 0.16.6
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/poppler.in')
-rw-r--r--rules/poppler.in47
1 files changed, 39 insertions, 8 deletions
diff --git a/rules/poppler.in b/rules/poppler.in
index 0fe816669..c5c875eea 100644
--- a/rules/poppler.in
+++ b/rules/poppler.in
@@ -4,11 +4,18 @@ menuconfig POPPLER
tristate
prompt "poppler "
select FONTCONFIG
- select GLIB if POPPLER_GLIB
- select LIBJPEG if POPPLER_JPEG
- select CAIRO if POPPLER_CAIRO
- select GTK if POPPLER_SPLASH && POPPLER_GLIB
- select ZLIB if POPPLER_ZLIB
+ select HOST_GETTEXT
+ select GLIB if POPPLER_GLIB
+ select LIBPNG if POPPLER_PNG
+ select LIBJPEG if POPPLER_JPEG
+ select CAIRO if POPPLER_CAIRO
+ select GTK if POPPLER_SPLASH && POPPLER_GLIB
+ select ZLIB if POPPLER_ZLIB
+ select LIBCURL if POPPLER_CURL
+ select LCMS if POPPLER_CMS
+ select QT4 if POPPLER_QT4
+ select QT4_BUILD_GUI if POPPLER_QT4
+ select QT4_BUILD_XML if POPPLER_QT4
help
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
@@ -28,8 +35,14 @@ config POPPLER_GLIB
help
build poppler glib wrapper.
-comment "glibc wrapper needs at least one graphics backend"
- depends on POPPLER_GLIB && !(POPPLER_CAIRO || POPPLER_SPLASH)
+config POPPLER_QT4
+ bool
+ prompt "enable poppler Qt4 wrapper"
+ help
+ build poppler Qt4 wrapper.
+
+comment "least one graphics backend should be selected"
+ depends on !(POPPLER_CAIRO || POPPLER_SPLASH)
config POPPLER_CAIRO
bool
@@ -43,11 +56,17 @@ config POPPLER_SPLASH
help
build splash graphics backend
+config POPPLER_PNG
+ bool
+ prompt "enable poppler png support"
+ help
+ compiles poppler with png support.
+
config POPPLER_JPEG
bool
prompt "enable poppler jpeg support"
help
- compiles poppler glib wrapper.
+ compiles poppler with jpeg support.
config POPPLER_ZLIB
bool
@@ -55,4 +74,16 @@ config POPPLER_ZLIB
help
compiles poppler with zlib support.
+config POPPLER_CURL
+ bool
+ prompt "enable poppler curl support"
+ help
+ compiles poppler with curl support.
+
+config POPPLER_CMS
+ bool
+ prompt "enable poppler cms support"
+ help
+ compiles poppler with color management system support.
+
endif