Config.in 294 B

1234567891011
  1. config BR2_PACKAGE_ICU
  2. bool "icu"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_WCHAR
  5. help
  6. International Components for Unicode.
  7. http://icu-project.org/
  8. comment "icu requires a toolchain with C++ support and WCHAR enabled"
  9. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR