From: Alexey Lukyanchuk Date: Fri, 1 May 2020 15:55:24 +0000 (+0300) Subject: package/cups-filters: add image printing support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59acde11f9f93e99df309b2ed7a14795bedbcfa9;p=buildroot.git package/cups-filters: add image printing support Enable image filters, to directly print images from cups. Signed-off-by: Alexey Lukyanchuk [yann.morin.1998@free.fr: - explicitly enable it, don;t rely on defaults - reword commit log ] Signed-off-by: Yann E. MORIN --- diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk index 3bb33d963c..1f17018bc5 100644 --- a/package/cups-filters/cups-filters.mk +++ b/package/cups-filters/cups-filters.mk @@ -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 \