alsa-utils: select alsa-lib
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 6 Jan 2011 18:41:57 +0000 (15:41 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 10 Jan 2011 12:13:45 +0000 (13:13 +0100)
Select alsa-libs instead of depending on them otherwise it's just
"missing" from the menu.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/alsa-utils/Config.in

index 3f30c614ed7f4c26762cb742d99f63897914b2f1..b85ff7e5586c0534363c5e13a66e5f90961e7e2e 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_ALSA_UTILS
        bool "alsa-utils"
        depends on BR2_LARGEFILE
-       depends on BR2_PACKAGE_ALSA_LIB
+       select BR2_PACKAGE_ALSA_LIB
        help
          This package contains the command line utilities for the ALSA
          project.