diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-17 13:24:10 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-22 23:08:13 +0100 |
commit | 0b584467c193234250819ee52d806f8cec13c1f0 (patch) | |
tree | 97cd0752e0940e6e27216ceabd25073e15f28793 /package/grep/Config.in | |
parent | 2a92cee21a24daa0ef6e49a08c8c298fcee91c63 (diff) |
grep: bump to version 2.7
[Peter: needs wchar]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/grep/Config.in')
-rw-r--r-- | package/grep/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/grep/Config.in b/package/grep/Config.in index 430616b18..1b39922fc 100644 --- a/package/grep/Config.in +++ b/package/grep/Config.in @@ -1,8 +1,12 @@ config BR2_PACKAGE_GREP bool "grep" + depends on BR2_USE_WCHAR select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE help The GNU regular expression matcher. http://www.gnu.org/software/grep/grep.html + +comment "grep needs a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR |