diff options
Diffstat (limited to 'package/botan/Config.in')
-rw-r--r-- | package/botan/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/botan/Config.in b/package/botan/Config.in new file mode 100644 index 0000000000..49118723c4 --- /dev/null +++ b/package/botan/Config.in @@ -0,0 +1,10 @@ +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 |