blob: 77c8daf7c68c976a726e3cd4418d810b22710595 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_ICU
bool "icu"
depends on BR2_INSTALL_LIBSTDCPP
help
International Components for Unicode.
http://icu-project.org/
comment "icu requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP
|