summaryrefslogtreecommitdiffstats
path: root/package/ncurses/Config.in
blob: fd82fbac51168c16b92088bb6beef79ae22f5cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_LIBNCURSES
	tristate "libncurses - Terminal handling library"
	default m if CONFIG_DEVEL
	help
	  A terminal handling library
	  
	  http://www.gnu.org/software/ncurses/
	  

config BR2_PACKAGE_NCURSES
	tristate
	default BR2_PACKAGE_LIBNCURSES