summaryrefslogtreecommitdiffstats
path: root/package/alsamixergui
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-02-25 21:08:35 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-25 21:08:35 +0100
commit464270128112bce9169bea5d48d90bf695842ec7 (patch)
tree124fe65e3b7e6da9cd41a54a194aea8af09279e6 /package/alsamixergui
parentf83024cf074b3b1770a13dc41b3ce8753e3ec445 (diff)
downloadbuildroot-novena-464270128112bce9169bea5d48d90bf695842ec7.tar.gz
buildroot-novena-464270128112bce9169bea5d48d90bf695842ec7.zip
alsamixergui: fix alsa dependencies
Alsamixergui needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/alsamixergui')
-rw-r--r--package/alsamixergui/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/alsamixergui/Config.in b/package/alsamixergui/Config.in
index 5b53e6a0e..3afc31416 100644
--- 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