summaryrefslogtreecommitdiffstats
path: root/rules/cups-filters.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-24 08:57:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-24 17:00:30 +0100
commit8702f04c00e3c252bfb46d1c74a492783b039e1d (patch)
tree2ba51b2ba09fcb31dd7c5314697d48eba15280fd /rules/cups-filters.in
parent87089f53a2cfc7db1b302084af68aec5ca752397 (diff)
downloadptxdist-8702f04c00e3c252bfb46d1c74a492783b039e1d.tar.gz
ptxdist-8702f04c00e3c252bfb46d1c74a492783b039e1d.tar.xz
poppler: fix floating point / fixed point handling
POPPLER_SINGLE / POPPLER_FIXED don't exist. The options are called POPPLER_SPLASH_SINGLE / POPPLER_SPLASH_FIXED. Also add an option to enforce using double precision. This is needed for cups-filter. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cups-filters.in')
-rw-r--r--rules/cups-filters.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/cups-filters.in b/rules/cups-filters.in
index 70803c3e5..478468a77 100644
--- a/rules/cups-filters.in
+++ b/rules/cups-filters.in
@@ -21,6 +21,7 @@ menuconfig CUPS_FILTERS
select POPPLER_CPP if CUPS_FILTERS_POPPLER
select POPPLER_CMS if CUPS_FILTERS_POPPLER
select POPPLER_SPLASH if CUPS_FILTERS_POPPLER
+ select POPPLER_SPLASH_DOUBLE if CUPS_FILTERS_POPPLER
select POPPLER_XPDF if CUPS_FILTERS_POPPLER
select LIBJPEG if CUPS_FILTERS_JPEG