2020-07-28 11:53:46 +02:00
|
|
|
config BR2_PACKAGE_CRYPTOPP
|
|
|
|
bool "cryptopp"
|
2022-02-05 15:30:43 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2020-07-28 11:53:46 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2022-01-10 18:35:42 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2020-07-28 11:53:46 +02:00
|
|
|
help
|
|
|
|
A free C++ class library of cryptographic schemes
|
|
|
|
|
2022-02-05 15:30:43 +01:00
|
|
|
comment "cryptopp needs a toolchain w/ C++, dynamic library, wchar"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
|
|
|
!BR2_USE_WCHAR
|