diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-03-18 10:10:17 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-03-18 23:30:14 +0100 |
commit | 5bf4a4fe928b7cfafd36ac779ae182cc1896fefb (patch) | |
tree | 1c69dfaec52c3a92eb4801d5decf783a0173538d /package/newt/Config.in | |
parent | ba25b12ce45ed44636ad7fb9203d12032944af1a (diff) | |
download | buildroot-5bf4a4fe928b7cfafd36ac779ae182cc1896fefb.tar.gz buildroot-5bf4a4fe928b7cfafd36ac779ae182cc1896fefb.zip |
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>
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 |