mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The upstream URL was missing in the help text, so add it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
363 B
Plaintext
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
|