1 config BR2_PACKAGE_PAHO_MQTT_C
3 depends on !BR2_STATIC_LIBS # dlopen()
4 depends on BR2_TOOLCHAIN_HAS_THREADS
8 https://eclipse.org/paho/clients/c/
10 comment "paho-mqtt-c needs a toolchain w/ threads and dynamic library support"
11 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS