Config.in 251 B

12345678910
  1. config 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. https://eclipse.org/paho/clients/c/
  7. comment "paho-mqtt-c needs a toolchain w/ threads"
  8. depends on !BR2_TOOLCHAIN_HAS_THREADS