projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82d04c
)
mpd: fix alsa dependencies
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 25 Feb 2011 18:51:21 +0000
(19:51 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 25 Feb 2011 18:51:21 +0000
(19:51 +0100)
Alsa output support needs pcm and mixer support in alsa-lib.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/mpd/Config.in
patch
|
blob
|
history
diff --git
a/package/multimedia/mpd/Config.in
b/package/multimedia/mpd/Config.in
index 2b3bacfbca2f7c6dc586da0c1f18408224388585..94040828cab950d6253533879879c9834204ddf9 100644
(file)
--- a/
package/multimedia/mpd/Config.in
+++ b/
package/multimedia/mpd/Config.in
@@
-18,6
+18,8
@@
config BR2_PACKAGE_MPD_ALSA
bool "alsa"
default y
select BR2_PACKAGE_ALSA_LIB
+ select BR2_PACKAGE_ALSA_LIB_PCM
+ select BR2_PACKAGE_ALSA_LIB_MIXER
help
Enable alsa output support.