toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / rabbitmq-c / Config.in
blobb330c904744fb653d33d7a20f251dc7520a98261
1 config BR2_PACKAGE_RABBITMQ_C
2         bool "rabbitmq-c"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           This is a C-language AMQP client library for use with v2.0+
6           of the RabbitMQ broker.
8           https://github.com/alanxz/rabbitmq-c
10 comment "rabbitmq-c needs a toolchain w/ threads"
11         depends on !BR2_TOOLCHAIN_HAS_THREADS