2015-11-18 11:42:07 +01:00
|
|
|
config BR2_PACKAGE_RABBITMQ_C
|
|
|
|
bool "rabbitmq-c"
|
2016-01-08 09:37:09 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-11-18 11:42:07 +01:00
|
|
|
help
|
|
|
|
This is a C-language AMQP client library for use with v2.0+
|
|
|
|
of the RabbitMQ broker.
|
|
|
|
|
|
|
|
https://github.com/alanxz/rabbitmq-c
|
2016-01-08 09:37:09 +01:00
|
|
|
|
|
|
|
comment "rabbitmq-c needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|