Files
shredos.x86_64/package/cryptopp/Config.in
2026-01-06 22:53:29 +00:00

14 lines
363 B
Plaintext

config BR2_PACKAGE_CRYPTOPP
bool "cryptopp"
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_STATIC_LIBS
depends on BR2_USE_WCHAR
help
A free C++ class library of cryptographic schemes
https://cryptopp.com
comment "cryptopp needs a toolchain w/ C++, dynamic library, wchar"
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
!BR2_USE_WCHAR