55dc162b02d58063bc2a20466b4827500d002be0
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libstrophe / Config.in
1 config BR2_PACKAGE_LIBSTROPHE
2         bool "libstrophe"
3         select BR2_PACKAGE_OPENSSL
4         select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT
5         depends on BR2_TOOLCHAIN_HAS_THREADS
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
14 comment "libstrophe needs a toolchain w/ threads"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS