|
|
@ -20,19 +20,19 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
menu_begin MENU_PKG_TERMCAP 'Termcap (obsoleted by [n]curses)' |
|
|
|
bool 'Build and use termcap library' ROCKCFG_PKG_TERMCAP_USEIT 0 |
|
|
|
menu_begin MENU_PKG_TERMCAP 'Termcap (obsoleted by [n]curses)' |
|
|
|
bool 'Build and use termcap library' ROCKCFG_PKG_TERMCAP_USEIT 0 |
|
|
|
|
|
|
|
if [ "$ROCKCFG_PKG_TERMCAP_USEIT" = 1 ] ; then |
|
|
|
pkgenable termcap |
|
|
|
bool 'Build and use termutils package' \ |
|
|
|
ROCKCFG_PKG_TERMCAP_USETERMUTILS 0 |
|
|
|
if [ "$ROCKCFG_PKG_TERMCAP_USETERMUTILS" = 1 ] ; then |
|
|
|
pkgenable termutils |
|
|
|
fi |
|
|
|
else |
|
|
|
pkdisable termcap termutils |
|
|
|
ROCKCFG_PKG_TERMCAP_USETERMUTILS=0 |
|
|
|
if [ "$ROCKCFG_PKG_TERMCAP_USEIT" = 1 ] ; then |
|
|
|
pkgenable termcap |
|
|
|
bool 'Build and use termutils package' \ |
|
|
|
ROCKCFG_PKG_TERMCAP_USETERMUTILS 0 |
|
|
|
if [ "$ROCKCFG_PKG_TERMCAP_USETERMUTILS" = 1 ] ; then |
|
|
|
pkgenable termutils |
|
|
|
fi |
|
|
|
menu_end |
|
|
|
else |
|
|
|
pkdisable termcap termutils |
|
|
|
ROCKCFG_PKG_TERMCAP_USETERMUTILS=0 |
|
|
|
fi |
|
|
|
menu_end |
|
|
|
|