diff options
Diffstat (limited to 'package/newt/Config.in')
-rw-r--r-- | package/newt/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/newt/Config.in b/package/newt/Config.in index ae6b69c436..1737f310b1 100644 --- a/package/newt/Config.in +++ b/package/newt/Config.in @@ -1,7 +1,13 @@ 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 |