alsamixergui: fix alsa dependencies
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 25 Feb 2011 20:08:35 +0000 (21:08 +0100)
committerPeter 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

index 5b53e6a0e8ddb74f33359069f405e3c82fd25f19..3afc31416cea03165f86a74df64120037c078286 100644 (file)
@@ -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