Config.in 323 B

12345678910
  1. config BR2_PACKAGE_BEECRYPT
  2. bool "beecrypt"
  3. select BR2_PACKAGE_ICU if BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR
  4. help
  5. Beecrypt is a general-purpose cryptography library.
  6. http://beecrypt.sf.net
  7. comment "beecrypt C++ support requires a toolchain with WCHAR enabled"
  8. depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR