1 comment "beecrypt needs a toolchain w/ threads"
2 depends on !BR2_TOOLCHAIN_HAS_THREADS
4 config BR2_PACKAGE_BEECRYPT
6 depends on BR2_TOOLCHAIN_HAS_THREADS
8 Beecrypt is a general-purpose cryptography library.
10 http://beecrypt.sf.net
12 if BR2_PACKAGE_BEECRYPT
14 config BR2_PACKAGE_BEECRYPT_CPP
16 depends on BR2_INSTALL_LIBSTDCPP
17 depends on BR2_USE_WCHAR # icu
18 depends on !BR2_BINFMT_FLAT # icu
19 depends on !BR2_STATIC_LIBS
20 select BR2_PACKAGE_ICU
22 Enable C++ support. This pulls in the (large) icu package.
24 comment "C++ support needs a toolchain w/ C++, wchar, dynamic libraries"
25 depends on !BR2_BINFMT_FLAT
26 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
29 endif # BR2_PACKAGE_BEECRYPT