projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2453972
)
alsa-utils: select ncurses library dependency
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 19 Feb 2009 16:04:20 +0000
(16:04 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 19 Feb 2009 16:04:20 +0000
(16:04 -0000)
package/multimedia/alsa-utils/Config.in
patch
|
blob
|
history
diff --git
a/package/multimedia/alsa-utils/Config.in
b/package/multimedia/alsa-utils/Config.in
index b7304f3972006769324ea468c02e2acd23d43f7d..c064762dec3ca888180807e69fe1f18bd7604fa5 100644
(file)
--- 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