package/cups-filters: add image printing support

Enable image filters, to directly print images from cups.

Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru>
[yann.morin.1998@free.fr:
  - explicitly enable it, don;t rely on defaults
  -  reword commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Alexey Lukyanchuk 2020-05-01 18:55:24 +03:00 committed by Yann E. MORIN
parent 69dfbbd33b
commit 59acde11f9

View file

@ -11,10 +11,11 @@ CUPS_FILTERS_LICENSE_FILES = COPYING
CUPS_FILTERS_DEPENDENCIES = cups libglib2 lcms2 qpdf fontconfig freetype jpeg
CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \
CUPS_FILTERS_CONF_OPTS = \
--disable-mutool \
--disable-foomatic \
--disable-braille \
--enable-imagefilters \
--with-cups-config=$(STAGING_DIR)/usr/bin/cups-config \
--with-sysroot=$(STAGING_DIR) \
--with-pdftops=pdftops \