summaryrefslogtreecommitdiffstats
path: root/printer/cups-filters/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'printer/cups-filters/DEPENDS')
-rwxr-xr-xprinter/cups-filters/DEPENDS11
1 files changed, 10 insertions, 1 deletions
diff --git a/printer/cups-filters/DEPENDS b/printer/cups-filters/DEPENDS
index 601429d56a..3c1694058e 100755
--- a/printer/cups-filters/DEPENDS
+++ b/printer/cups-filters/DEPENDS
@@ -9,17 +9,26 @@ depends freetype2 &&
depends fontconfig &&
depends ijs &&
depends shared-mime-info &&
+
+# required for pstopdf script
runtime_depends bc &&
+
+optional_depends avahi \
+ "--enable-avahi" \
+ "--disable-avahi" \
+ "for DNS Service Discovery support using Avahi" &&
+
optional_depends JPEG \
'--with-jpeg' \
'--without-jpeg' \
'Support for JPEG filter' &&
+
optional_depends tiff \
'--with-tiff' \
'--without-tiff' \
'Support for TIFF filter' &&
+
optional_depends libpng \
'--with-png' \
'--without-png'\
'Support PNG filter'
-