[Buildroot] [git commit] package/cups-filters: add image printing support

Yann E. MORIN yann.morin.1998 at free.fr
Fri May 1 19:38:12 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=59acde11f9f93e99df309b2ed7a14795bedbcfa9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Enable image filters, to directly print images from cups.

Signed-off-by: Alexey Lukyanchuk <skif at skif-web.ru>
[yann.morin.1998 at free.fr:
  - explicitly enable it, don;t rely on defaults
  -  reword commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/cups-filters/cups-filters.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 \


More information about the buildroot mailing list