1 config BR2_PACKAGE_CZMQ
3 select BR2_PACKAGE_ZEROMQ
4 depends on BR2_USE_MMU # fork()
5 depends on BR2_INSTALL_LIBSTDCPP # zeromq
6 depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
8 High-level C Binding for 0MQ
10 http://czmq.zeromq.org/
12 comment "czmq needs a toolchain w/ C++, threads"
13 depends on BR2_USE_MMU
14 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)