lua-csnappy: bump to version 0.1.4
[buildroot-gz.git] / package / newt / Config.in
bloba2216155bf3f5cc59a6fa5251a3f74bd60ae693a
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.
12           http://www.redhat.com/
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