summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack2
diff options
context:
space:
mode:
authorFlorian Franzmann2014-03-19 21:18:08 +0000
committerFlorian Franzmann2014-03-19 21:19:03 +0000
commit9721414b9df4acc6b952346575a02fead16a505c (patch)
tree6d99948c809a6aea5ac70c66e16266920adf624c /audio-drivers/jack2
parente68cdd332247a32e93b8092da4100a88ad328aaf (diff)
audio-drivers/jack2: add dependency on dbus-python
Diffstat (limited to 'audio-drivers/jack2')
-rwxr-xr-xaudio-drivers/jack2/DEPENDS5
-rw-r--r--audio-drivers/jack2/HISTORY1
2 files changed, 5 insertions, 1 deletions
diff --git a/audio-drivers/jack2/DEPENDS b/audio-drivers/jack2/DEPENDS
index 6c4f58f614..d3a94f74f3 100755
--- a/audio-drivers/jack2/DEPENDS
+++ b/audio-drivers/jack2/DEPENDS
@@ -26,4 +26,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
diff --git a/audio-drivers/jack2/HISTORY b/audio-drivers/jack2/HISTORY
index 963d05deb0..4e8947434e 100644
--- a/audio-drivers/jack2/HISTORY
+++ b/audio-drivers/jack2/HISTORY
@@ -1,5 +1,6 @@
2014-03-19 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD: fix build error due to incompatibility with waf_build
+ * DEPENDS: add dependency on dbus-python
2014-02-01 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: use official url instead of dropbox