summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-12 13:27:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-12 15:00:45 +0100
commit0be4b5b58078878dae525c121eb3be74b32e7ea8 (patch)
tree6bff869a132845f0a49265471a9c429afafb5bf2 /meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb
parentecb5359832ffa20668bcc39068c0574a72c473a5 (diff)
downloadpoky-0be4b5b58078878dae525c121eb3be74b32e7ea8.tar.gz
pulseaudio: try harder to disable HAL
This disables linking against (lib)hal but enables the udev-hal compat layer so the hal-detect plugin keeps working. The hal-detect plugin is removed from the default dependencies to discourage its usage, but can be installed manually if needed. (From OE-Core rev: e9fedfac0d8ff8213a142a7cfab9b83c840aef4f) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb')
-rw-r--r--meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb
index 71e19e9c6a..a46782b6e4 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb
@@ -1,7 +1,7 @@
1require pulseaudio.inc 1require pulseaudio.inc
2 2
3DEPENDS += "dbus gdbm speex" 3DEPENDS += "dbus gdbm speex"
4PR = "r15" 4PR = "r16"
5 5
6SRC_URI += "\ 6SRC_URI += "\
7 file://buildfix.patch;patch=1 \ 7 file://buildfix.patch;patch=1 \