Files
buildroot/package/cryptopp/Config.in
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

12 lines
338 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
comment "cryptopp needs a toolchain w/ C++, dynamic library, wchar"
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
!BR2_USE_WCHAR