python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / paho-mqtt-c / Config.in
blob3560d8c08cd37748c7997f13abf5ad6060be2840
1 config BR2_PACKAGE_PAHO_MQTT_C
2         bool "paho-mqtt-c"
3         depends on !BR2_STATIC_LIBS  # dlopen()
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           MQTT client C library
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