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 / filemq / Config.in
1 config BR2_PACKAGE_FILEMQ
2         bool "filemq"
3         select BR2_PACKAGE_OPENSSL
4         select BR2_PACKAGE_CZMQ
5         select BR2_PACKAGE_ZEROMQ
6         depends on BR2_INSTALL_LIBSTDCPP # zeromq
7         depends on BR2_USE_WCHAR # util-linux
8         depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
9         depends on BR2_USE_MMU # czmq
10         help
11           FileMQ is a publish-subscribe file service based on 0MQ.
12
13           http://github.com/zeromq/filemq
14
15 comment "filemq needs a toolchain w/ C++, wchar, threads"
16         depends on BR2_USE_MMU
17         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
18                 BR2_TOOLCHAIN_HAS_THREADS)