Config.in 353 B

123456789101112
  1. config BR2_PACKAGE_GREP
  2. bool "grep"
  3. depends on BR2_USE_WCHAR
  4. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
  5. select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
  6. help
  7. The GNU regular expression matcher.
  8. http://www.gnu.org/software/grep/grep.html
  9. comment "grep needs a toolchain with WCHAR support"
  10. depends on !BR2_USE_WCHAR