perl-path-tiny: bump to version 0.061
[buildroot-gz.git] / package / libmicrohttpd / Config.in
blobec0b715fb5c53492f27a9ae2e2a5252147709eae
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.
8           http://www.gnu.org/software/libmicrohttpd/
10 if BR2_PACKAGE_LIBMICROHTTPD
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.
20 comment "libmicrohttpd https support needs a toolchain w/ wchar"
21         depends on !BR2_USE_WCHAR
23 endif
25 comment "libmicrohttpd needs a toolchain w/ threads"
26         depends on !BR2_TOOLCHAIN_HAS_THREADS