summaryrefslogtreecommitdiff
path: root/package/ncurses/Config.in
blob: 4847013b6b3370c71fcfedfb20615ee166b93a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config ADK_COMPILE_NCURSES
	tristate
	depends 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/