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