icu: needs C++ support in toolchain

This commit is contained in:
Peter Korsgaard 2009-01-27 15:02:22 +00:00
parent f2b2e82138
commit c0fd0f62f9

View File

@ -1,4 +1,8 @@
config BR2_PACKAGE_ICU config BR2_PACKAGE_ICU
bool "icu" bool "icu"
depends on BR2_INSTALL_LIBSTDCPP
help help
International Components for Unicode. International Components for Unicode.
comment "icu requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP