Config.in 696 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_QPID_PROTON
  2. bool "qpid-proton"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on !BR2_STATIC_LIBS # build a shared library
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. select BR2_PACKAGE_UTIL_LINUX
  7. select BR2_PACKAGE_UTIL_LINUX_LIBUUID
  8. help
  9. The AMQP messaging toolkit
  10. Qpid Proton is a high-performance, lightweight messaging
  11. library. It can be used in the widest range of messaging
  12. applications, including brokers, client libraries, routers,
  13. bridges, proxies, and more.
  14. https://qpid.apache.org/proton/
  15. comment "qpid-proton needs a toolchain w/ C++, dynamic library, threads"
  16. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  17. !BR2_TOOLCHAIN_HAS_THREADS