summaryrefslogtreecommitdiffstats
path: root/rules/poppler.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-12-13 16:20:20 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-12-13 16:20:20 +0000
commit961d411966daba11d684c2124de19764a0a22cf0 (patch)
treee737d6b202ca74604f23db8924ad5c3e1875a47a /rules/poppler.in
parentcdf5672924ba2959c91609719a7fae6dcbe58159 (diff)
downloadptxdist-961d411966daba11d684c2124de19764a0a22cf0.tar.gz
ptxdist-961d411966daba11d684c2124de19764a0a22cf0.tar.xz
added poppler
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7654 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/poppler.in')
-rw-r--r--rules/poppler.in55
1 files changed, 55 insertions, 0 deletions
diff --git a/rules/poppler.in b/rules/poppler.in
new file mode 100644
index 000000000..9c4d727b8
--- /dev/null
+++ b/rules/poppler.in
@@ -0,0 +1,55 @@
+config 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
+ help
+ Poppler is a PDF rendering library based on the xpdf-3.0 code base.
+
+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,
+ pdftotext.
+
+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.
+