]> Git Repo - buildroot-mgba.git/blame - package/gnutls/Config.in
Merge branch 'next'
[buildroot-mgba.git] / package / gnutls / Config.in
CommitLineData
9c6106f1
DM
1config BR2_PACKAGE_GNUTLS
2 bool "gnutls"
01e3d2ef 3 select BR2_PACKAGE_LIBTASN1
a8293a37 4 select BR2_PACKAGE_NETTLE
7e9f3d01 5 select BR2_PACKAGE_PCRE
669de89b 6 depends on BR2_USE_WCHAR
9c6106f1
DM
7 help
8 GnuTLS is a secure communications library implementing the SSL
9 and TLS protocols and technologies around them.
10
32ab8f21 11 http://www.gnutls.org
a8293a37 12
35eaed8d
TDS
13if BR2_PACKAGE_GNUTLS
14
a8293a37
GZ
15config BR2_PACKAGE_GNUTLS_TOOLS
16 bool "install tools"
a8293a37
GZ
17 help
18 Install GnuTLS command line tools for various cryptographic tasks.
19
35eaed8d
TDS
20endif
21
66bb10b7 22comment "gnutls needs a toolchain w/ wchar"
68c3f525 23 depends on !BR2_USE_WCHAR
This page took 0.893365 seconds and 4 git commands to generate.