The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ncurses / Config.in
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
7           This package installs only a few vital termcap entries
8
9           http://www.gnu.org/software/ncurses/
10
11 if BR2_PACKAGE_NCURSES
12
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
20
21 config BR2_PACKAGE_NCURSES_TARGET_PANEL
22         bool "ncurses libpanel in target"
23         help
24           Includes ncurses dynamic libpanel in target
25
26 config BR2_PACKAGE_NCURSES_TARGET_FORM
27         bool "ncurses libform in target"
28         help
29           Includes ncurses dynamic libform in target
30
31 config BR2_PACKAGE_NCURSES_TARGET_MENU
32         bool "ncurses libmenu in target"
33         help
34           Includes ncurses dynamic libmenu in target
35
36 config BR2_PACKAGE_NCURSES_TARGET_PROGS
37         bool "ncurses programs"
38         help
39           Include ncurses programs in target (clear, reset, tput, ...)
40
41 endif