1config BR2_PACKAGE_ZYRE 2 bool "zyre" 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_CZMQ 7 select BR2_PACKAGE_ZEROMQ 8 help 9 An open-source framework for proximity-based peer-to-peer 10 applications. 11 12 http://zyre.org 13 14comment "zyre needs a toolchain w/ C++, threads" 15 depends on BR2_USE_MMU 16 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS) 17