From: Carlos Santos Date: Sun, 29 Sep 2019 01:49:00 +0000 (-0300) Subject: package/cups-filters: disable Braille embosing filters X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3da92264c6dd693022d06fd2500878f7f5d492c2;p=buildroot.git package/cups-filters: disable Braille embosing filters Otherwise they are installed even though the Braille support is not built because it requires liblouis, which is not available. Signed-off-by: Carlos Santos Signed-off-by: Thomas Petazzoni --- diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk index 30d109e56a..88b7d7dd06 100644 --- a/package/cups-filters/cups-filters.mk +++ b/package/cups-filters/cups-filters.mk @@ -14,6 +14,7 @@ CUPS_FILTERS_DEPENDENCIES = cups libglib2 lcms2 qpdf fontconfig freetype jpeg CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \ --disable-mutool \ --disable-foomatic \ + --disable-braille \ --with-cups-config=$(STAGING_DIR)/usr/bin/cups-config \ --with-sysroot=$(STAGING_DIR) \ --with-pdftops=pdftops \