xref: /OK3568_Linux_fs/buildroot/package/filemq/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_FILEMQ
2	bool "filemq"
3	depends on BR2_INSTALL_LIBSTDCPP # zeromq
4	depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
5	depends on BR2_USE_MMU # czmq
6	select BR2_PACKAGE_OPENSSL
7	select BR2_PACKAGE_CZMQ
8	select BR2_PACKAGE_ZEROMQ
9	help
10	  FileMQ is a publish-subscribe file service based on 0MQ.
11
12	  http://github.com/zeromq/filemq
13
14comment "filemq needs a toolchain w/ C++, threads"
15	depends on BR2_USE_MMU
16	depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
17