alsa-utils: install ncurses when build with devtools

This commit is contained in:
Stephan Raue 2009-08-16 22:45:55 +02:00
parent d97d717a75
commit 34a4666a53

View File

@ -3,6 +3,7 @@
. config/options
$SCRIPTS/install alsa-lib
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install ncurses
PKG_DIR=`find $PACKAGES -type d -name $1`