fcff0d9cd0
Fixes http://autobuild.buildroot.net/results/dbc/dbce9e591466717d9c87f42b5f192d8fd1be0475/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
406 B
Plaintext
16 lines
406 B
Plaintext
config BR2_PACKAGE_NEWT
|
|
bool "newt"
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_USE_MMU # slang
|
|
select BR2_PACKAGE_SLANG
|
|
select BR2_PACKAGE_POPT
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
help
|
|
Programming library for color text mode, widget based user interfaces.
|
|
|
|
http://www.redhat.com/
|
|
|
|
comment "newt needs a toolchain w/ wchar"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR
|