summaryrefslogtreecommitdiff
path: root/package/ncurses/Config.in
blob: e5526dbcc3018ce237301552c5dc47b28708a706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config ADK_COMPILE_NCURSES
	tristate
	depends on ADK_PACKAGE_LIBNCURSES

config ADK_PACKAGE_LIBNCURSES
	prompt "libncurses........................ Terminal handling library"
	tristate
	default n
	select ADK_COMPILE_NCURSES
	help
	  A terminal handling library
	  
	  Comes with: libcurses libform libmenu libncurses libpanel
	  
	  http://www.gnu.org/software/ncurses/