PKGNAME=cups-filters
PKGSEC=libs
PKGDES="OpenPrinting CUPS Filters"
PKGDEP="cups libcupsfilters libppd ghostscript poppler foomatic"
PKGSUG="cups-browsed php noto-fonts"
BUILDDEP="ghostscript noto-fonts mupdf"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
	'--enable-shared'
	'--disable-static'
	'--enable-poppler'
	'--enable-driverless'
	'--enable-foomatic'
	'--enable-universal-cups-filter'
	'--enable-individual-cups-filters'
	'--disable-rpath'
	'--disable-mutool'
)
