summaryrefslogtreecommitdiffstats
path: root/rules/alsa-utils.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2009-11-19 11:30:22 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-19 11:31:13 +0100
commit2c2ed77738aacdc61af2c1765fa2e6dc8405b389 (patch)
treec1e2d91e2ec227aff71e28b3f81bf8387b24b7cd /rules/alsa-utils.in
parent141cb4ab9838f2cff649eb7050860a2016519bf0 (diff)
downloadptxdist-2c2ed77738aacdc61af2c1765fa2e6dc8405b389.tar.gz
ptxdist-2c2ed77738aacdc61af2c1765fa2e6dc8405b389.tar.xz
[alsa-utils] Added dependencies to ncurses form, menu & panel libs
Probably to save some space, the form, menu and panel shared libs are now install options. Alsamixer requires them, so I added appropriate SELECTs to the alsa-utils .in file. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/alsa-utils.in')
-rw-r--r--rules/alsa-utils.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/alsa-utils.in b/rules/alsa-utils.in
index ec4742b18..2a953f844 100644
--- a/rules/alsa-utils.in
+++ b/rules/alsa-utils.in
@@ -34,6 +34,9 @@ config ALSA_UTILS_ASOUND_STATE
config ALSA_UTILS_ALSAMIXER
bool
prompt "alsamixer"
+ select NCURSES_FORM
+ select NCURSES_MENU
+ select NCURSES_PANEL
help
Build the alsamixer tool.