Config.in 550 B

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