1config BR2_PACKAGE_PAHO_MQTT_C
2 bool "paho-mqtt-c"
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 help
5 MQTT client C library
6
7 https://eclipse.org/paho/clients/c/
8
9comment "paho-mqtt-c needs a toolchain w/ threads"
10 depends on !BR2_TOOLCHAIN_HAS_THREADS
11