2008-04-12 11:45:49 +02:00
|
|
|
config BR2_PACKAGE_BEECRYPT
|
|
|
|
bool "beecrypt"
|
2011-12-14 15:19:20 +01:00
|
|
|
select BR2_PACKAGE_ICU if BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR
|
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
|
|
|
|
|
|
|
comment "beecrypt C++ support requires a toolchain with WCHAR enabled"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR
|