Config.in 379 B

123456789101112
  1. config BR2_PACKAGE_RABBITMQ_C
  2. bool "rabbitmq-c"
  3. depends on !BR2_STATIC_LIBS
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. This is a C-language AMQP client library for use with v2.0+
  7. of the RabbitMQ broker.
  8. https://github.com/alanxz/rabbitmq-c
  9. comment "rabbitmq-c needs a toolchain w/ dynamic library, threads"
  10. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS