1
0

Config.in 597 B

12345678910111213141516171819202122232425
  1. config ADK_COMPILE_NCURSES
  2. tristate
  3. depends on 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/
  13. config ADK_PACKAGE_LIBNCURSES_DEV
  14. prompt "libncurses-dev.................. Ncurses development package"
  15. tristate
  16. default n
  17. depends on ADK_PACKAGE_LIBNCURSES
  18. select ADK_COMPILE_NCURSES
  19. help
  20. A terminal handling library