2014-08-17 21:29:41 +02:00
|
|
|
comment "beecrypt needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
2014-03-26 18:40:54 +01:00
|
|
|
|
2008-04-12 11:45:49 +02:00
|
|
|
config BR2_PACKAGE_BEECRYPT
|
|
|
|
bool "beecrypt"
|
2012-07-04 03:47:13 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2008-04-12 11:45:49 +02:00
|
|
|
help
|
|
|
|
Beecrypt is a general-purpose cryptography library.
|
|
|
|
|
|
|
|
http://beecrypt.sf.net
|
2011-12-14 15:19:20 +01:00
|
|
|
|
2014-03-26 18:40:54 +01:00
|
|
|
if BR2_PACKAGE_BEECRYPT
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BEECRYPT_CPP
|
|
|
|
bool "C++ support"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_USE_WCHAR # icu
|
|
|
|
depends on !BR2_BINFMT_FLAT # icu
|
2014-08-17 21:29:41 +02:00
|
|
|
depends on BR2_ARCH_HAS_ATOMICS # icu
|
2014-03-26 18:40:54 +01:00
|
|
|
select BR2_PACKAGE_ICU
|
|
|
|
help
|
|
|
|
Enable C++ support. This pulls in the (large) icu package.
|
|
|
|
|
2014-08-17 21:29:41 +02:00
|
|
|
comment "C++ support needs a toolchain w/ wchar"
|
2014-03-26 18:40:54 +01:00
|
|
|
depends on !BR2_BINFMT_FLAT
|
2014-08-17 21:29:41 +02:00
|
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR
|
2014-03-26 18:40:54 +01:00
|
|
|
|
|
|
|
endif # BR2_PACKAGE_BEECRYPT
|