mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
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 <unixmania@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
722b977af9
commit
3da92264c6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user