Config.in 338 B

1234567891011
  1. config BR2_PACKAGE_CRYPTOPP
  2. bool "cryptopp"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on !BR2_STATIC_LIBS
  5. depends on BR2_USE_WCHAR
  6. help
  7. A free C++ class library of cryptographic schemes
  8. comment "cryptopp needs a toolchain w/ C++, dynamic library, wchar"
  9. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  10. !BR2_USE_WCHAR