diff options
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 |