usbredir: improve license description
[buildroot-gz.git] / package / rabbitmq-c / Config.in
blob0d08233a7080cedca5413bd21760139a7a590a8f
1 config BR2_PACKAGE_RABBITMQ_C
2         bool "rabbitmq-c"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         # too old uClibc, not providing posix_spawn functions
5         # http://autobuild.buildroot.net/results/a6c3e79c61c5a535970d03bf37b068349f766a7f/
6         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
7         help
8           This is a C-language AMQP client library for use with v2.0+
9           of the RabbitMQ broker.
11           https://github.com/alanxz/rabbitmq-c
13 comment "rabbitmq-c needs a toolchain w/ threads"
14         depends on !BR2_TOOLCHAIN_HAS_THREADS
15         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX