The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / beecrypt / Config.in
1 comment "beecrypt needs a toolchain w/ threads"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS
3
4 config BR2_PACKAGE_BEECRYPT
5         bool "beecrypt"
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         help
8           Beecrypt is a general-purpose cryptography library.
9
10           http://beecrypt.sf.net
11
12 if BR2_PACKAGE_BEECRYPT
13
14 config BR2_PACKAGE_BEECRYPT_CPP
15         bool "C++ support"
16         depends on BR2_INSTALL_LIBSTDCPP
17         depends on BR2_USE_WCHAR # icu
18         depends on !BR2_BINFMT_FLAT # icu
19         depends on BR2_ARCH_HAS_ATOMICS # icu
20         select BR2_PACKAGE_ICU
21         help
22           Enable C++ support. This pulls in the (large) icu package.
23
24 comment "C++ support needs a toolchain w/ wchar"
25         depends on !BR2_BINFMT_FLAT
26         depends on BR2_ARCH_HAS_ATOMICS
27         depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR
28
29 endif # BR2_PACKAGE_BEECRYPT