e43da7bb32
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
config BR2_PACKAGE_BOTAN
|
|
bool "botan"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Botan is a crypto library for C++
|
|
|
|
http://botan.randombit.net
|
|
|
|
comment "botan needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|