summaryrefslogtreecommitdiffstats
path: root/package/ncurses/Config.in
blob: 552a6ccd28071a4b15d078ff5d24f14643621002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_COMPILE_NCURSES
	tristate
	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/