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
|
2013-11-11 17:10:53 +01:00
|
|
|
select BR2_PACKAGE_ICU if BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
|
|
|
|
!BR2_arc
|
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
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "beecrypt needs a toolchain w/ threads"
|
2012-07-04 03:47:13 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "beecrypt C++ support needs a toolchain w/ wchar"
|
2013-11-11 17:10:53 +01:00
|
|
|
depends on !BR2_arc
|
2012-07-04 03:47:13 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS
|