config BR2_PACKAGE_BEECRYPT
bool "beecrypt"
depends on BR2_TOOLCHAIN_HAS_THREADS
- select BR2_PACKAGE_ICU if BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR
+ select BR2_PACKAGE_ICU if BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
+ !BR2_arc
help
Beecrypt is a general-purpose cryptography library.
depends on !BR2_TOOLCHAIN_HAS_THREADS
comment "beecrypt C++ support needs a toolchain w/ wchar"
+ depends on !BR2_arc
depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_CPPCMS_ICU
bool "enable icu support"
depends on BR2_PACKAGE_CPPCMS
+ depends on !BR2_arc # icu -> atomic builtins
select BR2_PACKAGE_ICU
help
Using ICU allows advanced localization features into CppCMS,
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_arc # atomic builtins
help
International Components for Unicode.
http://site.icu-project.org/
comment "icu needs a toolchain w/ C++, wchar, threads"
+ depends on !BR2_arc
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
!BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_ICU
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
+ depends on !BR2_arc # icu -> atomic builtins
help
Internationalization support
comment "intl support needs a toolchain w/ C++, wchar"
+ depends on !BR2_arc
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
comment "Image processing"
config BR2_PACKAGE_QT5BASE_ICU
bool "Enable ICU support"
select BR2_PACKAGE_ICU
+ depends on !BR2_arc # icu -> atomic builtins
help
This option enables ICU support in Qt5. This is for example
needed for Qt5Webkit.