summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack2/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/jack2/DEPENDS')
-rwxr-xr-xaudio-drivers/jack2/DEPENDS6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio-drivers/jack2/DEPENDS b/audio-drivers/jack2/DEPENDS
index 6c4f58f614..ee59b707b0 100755
--- a/audio-drivers/jack2/DEPENDS
+++ b/audio-drivers/jack2/DEPENDS
@@ -2,6 +2,7 @@ depends pkgconfig &&
depends expat &&
depends -sub CXX gcc &&
depends python &&
+depends libsamplerate &&
if [[ $JACK2_BRANCH == scm ]]; then
depends subversion
@@ -26,4 +27,7 @@ optional_depends doxygen \
optional_depends dbus \
"--dbus" \
"--classic" \
- "to enable the D-Bus control interface (instead of classic jackd!)"
+ "to enable the D-Bus control interface (instead of classic jackd!)" &&
+if is_depends_enabled $SPELL dbus; then
+ depends dbus-python
+fi