Config.in 393 B

1234567891011121314
  1. config 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. http://czmq.zeromq.org/
  10. comment "czmq needs a toolchain w/ C++, threads"
  11. depends on BR2_USE_MMU
  12. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)