summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/jack/DEPENDS')
-rwxr-xr-xaudio-drivers/jack/DEPENDS17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio-drivers/jack/DEPENDS b/audio-drivers/jack/DEPENDS
index ae5983cdeb..88204f3df4 100755
--- a/audio-drivers/jack/DEPENDS
+++ b/audio-drivers/jack/DEPENDS
@@ -16,13 +16,30 @@ optional_depends portaudio \
"--disable-portaudio" \
"for PortAudio driver support" &&
+optional_depends libfreebob \
+ "--enable-freebob" \
+ "--disable-freebob" \
+ "for FireWire devices supported by FreeBoB" &&
+
optional_depends libsndfile \
"" \
"" \
"to build the jackrec example client" &&
+optional_depends libsamplerate \
+ "" \
+ "" \
+ "to build NetJack" &&
+
. "$GRIMOIRE/FUNCTIONS" &&
+if is_depends_enabled $SPELL libsamplerate; then
+ optional_depends celt \
+ "" \
+ "" \
+ "for CELT compression support in NetJack"
+fi &&
+
local KVER=$(get_kernel_version) &&
if [[ "${KVER:0:4}" == '2.4.' ]]