blob: e9aebc462359eeb485a0229f9caeb4611a471659 (
plain)
1
2
3
4
5
6
7
8
|
config BR2_PACKAGE_ICU
bool "icu"
depends on BR2_INSTALL_LIBSTDCPP
help
International Components for Unicode.
comment "icu requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP
|