5bf4a4fe92
Changed download location, added popt dependency and updated the Makefile.in patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
config BR2_PACKAGE_NEWT
|
|
bool "newt"
|
|
depends on BR2_USE_WCHAR
|
|
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_WCHAR
|