diff options
Diffstat (limited to 'package/cppcms/Config.in')
-rw-r--r-- | package/cppcms/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/cppcms/Config.in b/package/cppcms/Config.in index 297c5145e2..dbe478640a 100644 --- a/package/cppcms/Config.in +++ b/package/cppcms/Config.in @@ -26,14 +26,15 @@ config BR2_PACKAGE_CPPCMS_ICU bool "enable icu support" depends on !BR2_BINFMT_FLAT # icu depends on BR2_USE_WCHAR # icu - depends on BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS # icu + depends on BR2_ARCH_HAS_ATOMICS # icu select BR2_PACKAGE_ICU help Using ICU allows advanced localization features into CppCMS, in another hand ICU is heavier than iconv. -comment "icu support needs a toolchain w/ wchar, atomic intrinsics" - depends on !BR2_BINFMT_FLAT || !BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS +comment "icu support needs a toolchain w/ wchar" + depends on !BR2_BINFMT_FLAT + depends on BR2_ARCH_HAS_ATOMICS depends on !BR2_USE_WCHAR endif |