ec0b715fb5c53492f27a9ae2e2a5252147709eae
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libmicrohttpd / Config.in
1 config BR2_PACKAGE_LIBMICROHTTPD
2         bool "libmicrohttpd"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           GNU libmicrohttpd is a small C library that makes it easy to
6           run an HTTP server as part of another application.
7
8           http://www.gnu.org/software/libmicrohttpd/
9
10 if BR2_PACKAGE_LIBMICROHTTPD
11
12 config BR2_PACKAGE_LIBMICROHTTPD_SSL
13         bool "https support"
14         depends on BR2_USE_WCHAR
15         select BR2_PACKAGE_GNUTLS
16         select BR2_PACKAGE_LIBGCRYPT
17         help
18           Enable HTTPS (SSL) support.
19
20 comment "libmicrohttpd https support needs a toolchain w/ wchar"
21         depends on !BR2_USE_WCHAR
22
23 endif
24
25 comment "libmicrohttpd needs a toolchain w/ threads"
26         depends on !BR2_TOOLCHAIN_HAS_THREADS