board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / ncurses / Config.in
blob92be16435aa95d12cae011b194da5fca592ae1fb
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.
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)
18         help
19           Enable wide char & UTF-8 support in ncurses libraries
21 config BR2_PACKAGE_NCURSES_TARGET_PROGS
22         bool "ncurses programs"
23         help
24           Include ncurses programs in target (clear, reset, tput, ...)
26 endif