summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/multimedia/alsa-utils/Config.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/multimedia/alsa-utils/Config.in b/package/multimedia/alsa-utils/Config.in
index b7304f397..c064762de 100644
--- a/package/multimedia/alsa-utils/Config.in
+++ b/package/multimedia/alsa-utils/Config.in
@@ -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