1config 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 9 https://github.com/alanxz/rabbitmq-c 10 11comment "rabbitmq-c needs a toolchain w/ dynamic library, threads" 12 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS 13