summaryrefslogtreecommitdiffstats
path: root/package/ncurses/Config.in
blob: 1fbdd7b3f48d13ed0ad4aed6aa45ad913ba402be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_COMPILE_NCURSES
	bool
	depends BR2_PACKAGE_LIBNCURSES

config BR2_PACKAGE_LIBNCURSES
	prompt "libncurses........................ Terminal handling library"
	tristate
	default m if CONFIG_DEVEL
	select BR2_COMPILE_NCURSES
	help
	  A terminal handling library
	  
	  http://www.gnu.org/software/ncurses/