xref: /OK3568_Linux_fs/buildroot/package/libstrophe/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBSTROPHE
2*4882a593Smuzhiyun	bool "libstrophe"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  libstrophe is a lightweight XMPP client library written in C.
8*4882a593Smuzhiyun	  It has minimal dependencies and is configurable for various
9*4882a593Smuzhiyun	  environments. It runs well on both Linux, Unix, and Windows
10*4882a593Smuzhiyun	  based platforms.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://github.com/strophe/libstrophe
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "libstrophe needs a toolchain w/ threads"
15*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
16