9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
|
config BR2_PACKAGE_CRYPTOPP
|
||
|
bool "cryptopp"
|
||
|
depends on !BR2_STATIC_LIBS
|
||
|
help
|
||
|
A free C++ class library of cryptographic schemes
|
||
|
|
||
|
comment "cryptopp needs a toolchain w/ dynamic library"
|
||
|
depends on BR2_STATIC_LIBS
|