xref: /OK3568_Linux_fs/buildroot/package/libstrophe/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBSTROPHE
2	bool "libstrophe"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
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
12	  https://github.com/strophe/libstrophe
13
14comment "libstrophe needs a toolchain w/ threads"
15	depends on !BR2_TOOLCHAIN_HAS_THREADS
16