1 config BR2_PACKAGE_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
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