Config.in 454 B

12345678910111213141516
  1. config 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. http://zyre.org
  12. comment "zyre needs a toolchain w/ C++, threads"
  13. depends on BR2_USE_MMU
  14. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)