projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f83024c
)
alsamixergui: fix alsa dependencies
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 25 Feb 2011 20:08:35 +0000
(21:08 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 25 Feb 2011 20:08:35 +0000
(21:08 +0100)
Alsamixergui needs pcm and mixer support in alsa-lib.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/alsamixergui/Config.in
patch
|
blob
|
history
diff --git
a/package/alsamixergui/Config.in
b/package/alsamixergui/Config.in
index 5b53e6a0e8ddb74f33359069f405e3c82fd25f19..3afc31416cea03165f86a74df64120037c078286 100644
(file)
--- a/
package/alsamixergui/Config.in
+++ b/
package/alsamixergui/Config.in
@@
-3,6
+3,8
@@
config BR2_PACKAGE_ALSAMIXERGUI
depends on BR2_PACKAGE_ALSA_LIB
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_FLTK
+ select BR2_PACKAGE_ALSA_LIB_PCM
+ select BR2_PACKAGE_ALSA_LIB_MIXER
bool "alsamixergui"
help
A nice GUI mixer for Alsa using fltk