|
@@ -59,12 +59,11 @@ comment "transports"
|
|
|
|
|
|
config BR2_PACKAGE_JANUS_GATEWAY_MQTT
|
|
config BR2_PACKAGE_JANUS_GATEWAY_MQTT
|
|
bool "MQTT"
|
|
bool "MQTT"
|
|
- depends on !BR2_STATIC_LIBS
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_PAHO_MQTT_C
|
|
select BR2_PACKAGE_PAHO_MQTT_C
|
|
|
|
|
|
-comment "MQTT transport needs a toolchain w/ threads and dynamic library support"
|
|
|
|
- depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+comment "MQTT transport needs a toolchain w/ threads"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
config BR2_PACKAGE_JANUS_GATEWAY_RABBITMQ
|
|
config BR2_PACKAGE_JANUS_GATEWAY_RABBITMQ
|
|
bool "RabbitMQ"
|
|
bool "RabbitMQ"
|