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 / zyre / Config.in
1 config BR2_PACKAGE_ZYRE
2         bool "zyre"
3         depends on BR2_INSTALL_LIBSTDCPP # zeromq
4         depends on BR2_USE_WCHAR # zeromq
5         depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
6         depends on BR2_USE_MMU # czmq
7         # uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
8         # support, needed by czmq
9         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
10         select BR2_PACKAGE_CZMQ
11         select BR2_PACKAGE_ZEROMQ
12         help
13           An open-source framework for proximity-based peer-to-peer
14           applications.
15
16           http://zyre.org
17
18 comment "zyre needs a toolchain w/ C++, wchar, threads"
19         depends on BR2_USE_MMU
20         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
21         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
22                 BR2_TOOLCHAIN_HAS_THREADS)