diff options
author | Robert Schuster <thebohemian@gmx.net> | 2007-12-11 13:51:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-11 13:51:34 +0000 |
commit | 75273832778601f980417a99efcb02c5bb484f9e (patch) | |
tree | 16a1c0bc1d3e195715e539da301d567f7a1ba477 /packages/pulseaudio/pulseaudio_0.9.6.bb | |
parent | af52482a8bb96828926d46cd5a6300b46d38cb88 (diff) |
pulse: build hal-detect. Closes #3297
Currently OE's pulseaudio recipe does not build pulseaudio's hal-detect module.
The attached patch adds hal to the dependencies and activates the configure
switch.
For what hal-detect is neccessary?
If you plug in a USB headset to your device a pulseaudio server with the
hal-detect module will automatically create a sink (and source) for the
headset. In theory this should also work for bluetooth devices but I don't have
the hardware to test that.
Diffstat (limited to 'packages/pulseaudio/pulseaudio_0.9.6.bb')
-rw-r--r-- | packages/pulseaudio/pulseaudio_0.9.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pulseaudio/pulseaudio_0.9.6.bb b/packages/pulseaudio/pulseaudio_0.9.6.bb index a93c8ee251..aa07afe6fe 100644 --- a/packages/pulseaudio/pulseaudio_0.9.6.bb +++ b/packages/pulseaudio/pulseaudio_0.9.6.bb @@ -1,4 +1,4 @@ require pulse.inc -PR = "r5" +PR = "r6" |