1 config BR2_PACKAGE_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
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)