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_USE_WCHAR # util-linux
7 depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
9 High-level C Binding for 0MQ
11 http://czmq.zeromq.org/
13 comment "czmq needs a toolchain w/ C++, wchar, threads"
14 depends on BR2_USE_MMU
15 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
16 BR2_TOOLCHAIN_HAS_THREADS)