mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-17 22:59:27 +00:00
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
config BR2_PACKAGE_RABBITMQ_C
|
|
bool "rabbitmq-c"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
This is a C-language AMQP client library for use with v2.0+
|
|
of the RabbitMQ broker.
|
|
|
|
https://github.com/alanxz/rabbitmq-c
|
|
|
|
comment "rabbitmq-c needs a toolchain w/ dynamic library, threads"
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|