Config.in 486 B

12345678910111213141516
  1. config BR2_PACKAGE_FILEMQ
  2. bool "filemq"
  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_OPENSSL
  7. select BR2_PACKAGE_CZMQ
  8. select BR2_PACKAGE_ZEROMQ
  9. help
  10. FileMQ is a publish-subscribe file service based on 0MQ.
  11. http://github.com/zeromq/filemq
  12. comment "filemq needs a toolchain w/ C++, threads"
  13. depends on BR2_USE_MMU
  14. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)