1config 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 help 9 Programming library for color text mode, widget based user 10 interfaces. 11 12 http://www.redhat.com/ 13 14comment "newt needs a toolchain w/ wchar, dynamic library" 15 depends on BR2_USE_MMU 16 depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS 17