Config.in 824 B

12345678910111213141516171819202122232425262728293031
  1. config BR2_PACKAGE_NCURSES
  2. bool "ncurses"
  3. help
  4. The Ncurses (new curses) library is a free software emulation of
  5. curses in System V Release 4.0, and more.
  6. http://www.gnu.org/software/ncurses/
  7. config BR2_PACKAGE_NCURSES_TARGET_PANEL
  8. bool "ncurses libpanel in target"
  9. depends on BR2_PACKAGE_NCURSES
  10. help
  11. Includes ncurses dynamic libpanel in target
  12. config BR2_PACKAGE_NCURSES_TARGET_FORM
  13. bool "ncurses libform in target"
  14. depends on BR2_PACKAGE_NCURSES
  15. help
  16. Includes ncurses dynamic libform in target
  17. config BR2_PACKAGE_NCURSES_TARGET_MENU
  18. bool "ncurses libmenu in target"
  19. depends on BR2_PACKAGE_NCURSES
  20. help
  21. Includes ncurses dynamic libmenu in target
  22. config BR2_PACKAGE_NCURSES_TARGET_HEADERS
  23. bool "ncurses headers in target"
  24. depends on BR2_PACKAGE_NCURSES
  25. help
  26. Ncurses headers in target