Config.in 367 B

12345678910111213141516
  1. config ADK_COMPILE_NCURSES
  2. tristate
  3. depends ADK_PACKAGE_LIBNCURSES
  4. config ADK_PACKAGE_LIBNCURSES
  5. prompt "libncurses........................ Terminal handling library"
  6. tristate
  7. default n
  8. select ADK_COMPILE_NCURSES
  9. help
  10. A terminal handling library
  11. Comes with: libcurses libform libmenu libncurses libpanel
  12. http://www.gnu.org/software/ncurses/