summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/jack/DEPENDS')
-rwxr-xr-xaudio-drivers/jack/DEPENDS25
1 files changed, 14 insertions, 11 deletions
diff --git a/audio-drivers/jack/DEPENDS b/audio-drivers/jack/DEPENDS
index 947dee135b..f5199ff0ce 100755
--- a/audio-drivers/jack/DEPENDS
+++ b/audio-drivers/jack/DEPENDS
@@ -11,16 +11,6 @@ optional_depends alsa-lib \
"--disable-alsa" \
"for ALSA driver support" &&
-optional_depends portaudio \
- "--enable-portaudio" \
- "--disable-portaudio" \
- "for PortAudio driver support" &&
-
-optional_depends libfreebob \
- "--enable-freebob" \
- "--disable-freebob" \
- "for FireWire devices supported by FreeBoB" &&
-
optional_depends libsndfile \
"" \
"" \
@@ -54,4 +44,17 @@ fi &&
optional_depends doxygen \
"" \
"" \
- "to generate API documentation"
+ "to generate API documentation" &&
+
+optional_depends zita-alsa-pcmi \
+ "--enable-zalsa" \
+ "--disable-zalsa" \
+ "build zita tools for connecting with ALSA?" &&
+if is_depends_enabled $SPELL zita-alsa-pcmi; then
+ depends zita-resampler
+fi &&
+
+optional_depends libffado \
+ "--enable-firewire" \
+ "--disable-firewire" \
+ "for firewire support"