diff options
Diffstat (limited to 'package/beecrypt/Config.in')
-rw-r--r-- | package/beecrypt/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/beecrypt/Config.in b/package/beecrypt/Config.in index 264516eba..2673877ba 100644 --- a/package/beecrypt/Config.in +++ b/package/beecrypt/Config.in @@ -1,6 +1,10 @@ config BR2_PACKAGE_BEECRYPT bool "beecrypt" + select BR2_PACKAGE_ICU if BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR help Beecrypt is a general-purpose cryptography library. http://beecrypt.sf.net + +comment "beecrypt C++ support requires a toolchain with WCHAR enabled" + depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR |