alsa-utils: select ncurses library dependency
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Feb 2009 16:04:20 +0000 (16:04 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Feb 2009 16:04:20 +0000 (16:04 -0000)
package/multimedia/alsa-utils/Config.in

index b7304f3972006769324ea468c02e2acd23d43f7d..c064762dec3ca888180807e69fe1f18bd7604fa5 100644 (file)
@@ -1,17 +1,13 @@
 config BR2_PACKAGE_ALSA_UTILS
        bool "alsa-utils"
        depends on BR2_PACKAGE_ALSA_LIB
-       depends on BR2_PACKAGE_NCURSES
+       select BR2_PACKAGE_NCURSES
        help
          This package contains the command line utilities for the ALSA
          project.
 
          http://www.alsa-project.org/
 
-comment "alsa-utils needs ncurses"
-       depends on BR2_PACKAGE_ALSA_LIB
-       depends on !BR2_PACKAGE_NCURSES
-
 menu "ALSA utils selection"
        depends on BR2_PACKAGE_ALSA_UTILS