| 12345678910111213141516171819202122232425 | config ADK_COMPILE_NCURSES	tristate	depends on ADK_PACKAGE_LIBNCURSESconfig 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/config ADK_PACKAGE_LIBNCURSES_DEV	prompt "libncurses-dev.................. Ncurses development package"	tristate	default n	depends on ADK_PACKAGE_LIBNCURSES	select ADK_COMPILE_NCURSES	help	  A terminal handling library
 |