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