diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/icu/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/icu/Config.in b/package/icu/Config.in index 1d0d6bdec..e9aebc462 100644 --- a/package/icu/Config.in +++ b/package/icu/Config.in @@ -1,4 +1,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 |