buildrootschalter/package/newt/Config.in
Yegor Yefremov 5bf4a4fe92 newt: bump to 0.52.17
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>
2014-03-18 23:30:14 +01:00

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