Config.in 514 B

123456789101112131415
  1. config BR2_PACKAGE_LIBSTROPHE
  2. bool "libstrophe"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. select BR2_PACKAGE_OPENSSL
  5. select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT
  6. help
  7. libstrophe is a lightweight XMPP client library written in C.
  8. It has minimal dependencies and is configurable for various
  9. environments. It runs well on both Linux, Unix, and Windows
  10. based platforms.
  11. https://github.com/strophe/libstrophe
  12. comment "libstrophe needs a toolchain w/ threads"
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS