Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 21 years ago
parent
commit
9272671a4e
1 changed files with 13 additions and 13 deletions
  1. +13
    -13
      package/base/termcap/config.in

+ 13
- 13
package/base/termcap/config.in

@ -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

Loading…
Cancel
Save