1 config BR2_PACKAGE_NCURSES
4 The Ncurses (new curses) library is a free software emulation of
5 curses in System V Release 4.0, and more.
7 This package installs only a few vital termcap entries
9 http://www.gnu.org/software/ncurses/
11 if BR2_PACKAGE_NCURSES
13 config BR2_PACKAGE_NCURSES_WCHAR
14 bool "enable wide char support"
15 depends on BR2_USE_WCHAR
16 # Build broken @ curses.priv.h with bad declarations
17 depends on !(BR2_bfin && BR2_BINFMT_FLAT)
19 Enable wide char & UTF-8 support in ncurses libraries
21 config BR2_PACKAGE_NCURSES_TARGET_PANEL
22 bool "ncurses libpanel in target"
24 Includes ncurses dynamic libpanel in target
26 config BR2_PACKAGE_NCURSES_TARGET_FORM
27 bool "ncurses libform in target"
29 Includes ncurses dynamic libform in target
31 config BR2_PACKAGE_NCURSES_TARGET_MENU
32 bool "ncurses libmenu in target"
34 Includes ncurses dynamic libmenu in target
36 config BR2_PACKAGE_NCURSES_TARGET_PROGS
37 bool "ncurses programs"
39 Include ncurses programs in target (clear, reset, tput, ...)