toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / filemq / Config.in
blob4460f87cef5a7d2ea38d98fdb67bcf50a77db33a
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.
13           http://github.com/zeromq/filemq
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)