Config.in 542 B

12345678910111213141516
  1. config BR2_PACKAGE_GLOOX
  2. bool "gloox"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. select BR2_PACKAGE_MPC
  5. help
  6. gloox is a portable high-level Jabber/XMPP library for C++. It
  7. is fully compliant with the XMPP RFCs, supports all of the
  8. XMPP features (including SRV lookups, TLS, SASL, roster
  9. management, and privacy lists), and implements several XEPs
  10. that make it ideal for writing any kind of Jabber/XMPP client
  11. or component.
  12. https://camaya.net/gloox/
  13. comment "gloox needs a toolchain w/ C++"
  14. depends on !BR2_INSTALL_LIBSTDCPP