2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_NEWT
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "newt"
|
2014-03-18 10:10:17 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2014-05-26 15:01:38 +02:00
|
|
|
depends on BR2_USE_MMU # slang
|
2010-02-08 15:32:52 +01:00
|
|
|
select BR2_PACKAGE_SLANG
|
2014-03-18 10:10:17 +01:00
|
|
|
select BR2_PACKAGE_POPT
|
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
Programming library for color text mode, widget based user interfaces.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://www.redhat.com/
|
2014-03-18 10:10:17 +01:00
|
|
|
|
|
|
|
comment "newt needs a toolchain w/ wchar"
|
2014-05-26 15:01:38 +02:00
|
|
|
depends on BR2_USE_MMU
|
2014-03-18 10:10:17 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|