xorg-server: not available with musl on ARM
[buildroot-gz.git] / package / gnutls / Config.in
blobcfb7cb3f3b5a72280a0212156078e8d0dd542072
1 config BR2_PACKAGE_GNUTLS
2         bool "gnutls"
3         select BR2_PACKAGE_LIBTASN1
4         select BR2_PACKAGE_LIBUNISTRING
5         select BR2_PACKAGE_NETTLE
6         select BR2_PACKAGE_PCRE
7         depends on BR2_USE_WCHAR
8         help
9           GnuTLS is a secure communications library implementing the SSL
10           and TLS protocols and technologies around them.
12           http://www.gnutls.org
14 if BR2_PACKAGE_GNUTLS
16 config BR2_PACKAGE_GNUTLS_TOOLS
17         bool "install tools"
18         select BR2_PACKAGE_ARGP_STANDALONE \
19                 if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
20         help
21           Install GnuTLS command line tools for various cryptographic tasks.
23 endif
25 comment "gnutls needs a toolchain w/ wchar"
26         depends on !BR2_USE_WCHAR