summaryrefslogtreecommitdiffstats
path: root/rules/ncurses.in
blob: 3aa90a390a31c8a402e81e43e9c7dde61a71211f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
menuconfig NCURSES
	bool "ncurses                     "

#config NCURSES_NCURSES
#	bool "Install libncurses on the target"
#	default y
#	depends on NCURSES

config NCURSES_TERMCAP
	bool "install minimal set of termcap data files"
	default y
	depends on NCURSES
	help
		Installes the following termcap files:
		- xterm
		- xterm-color
		- xterm-xfree86
		- vt100
		- vt200
		- ansi
		- linux

config NCURSES_FORM
	bool "Install libform on the target"
	depends on NCURSES

config NCURSES_MENU
	bool "Install libmenu on the target"
	depends on NCURSES

config NCURSES_PANEL
	bool "Install libpanel on the target"
	depends on NCURSES