1 config BR2_PACKAGE_LIBMICROHTTPD
3 depends on BR2_TOOLCHAIN_HAS_THREADS
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
14 depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
15 depends on BR2_USE_WCHAR
16 select BR2_PACKAGE_GNUTLS
17 select BR2_PACKAGE_LIBGCRYPT
19 Enable HTTPS (SSL) support.
21 comment "libmicrohttpd https support needs a toolchain w/ wchar"
22 depends on !BR2_USE_WCHAR
26 comment "libmicrohttpd needs a toolchain w/ threads"
27 depends on !BR2_TOOLCHAIN_HAS_THREADS