package/cups-filters: add image printing support
authorAlexey Lukyanchuk <skif@skif-web.ru>
Fri, 1 May 2020 15:55:24 +0000 (18:55 +0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 1 May 2020 19:38:12 +0000 (21:38 +0200)
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>
package/cups-filters/cups-filters.mk

index 3bb33d963c52def7e030b3e9277c2a81b026f5c3..1f17018bc5749207a3ad184c10192c8b53ef5f44 100644 (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 \