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 / newt / Config.in
1 config BR2_PACKAGE_NEWT
2         bool "newt"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # slang
5         depends on !BR2_STATIC_LIBS # unconditionally creates .so
6         select BR2_PACKAGE_SLANG
7         select BR2_PACKAGE_POPT
8         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
9         help
10           Programming library for color text mode, widget based user interfaces.
11
12           http://www.redhat.com/
13
14 comment "newt needs a toolchain w/ wchar, dynamic library"
15         depends on BR2_USE_MMU
16         depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS