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_USE_WCHAR
15 select BR2_PACKAGE_GNUTLS
16 select BR2_PACKAGE_LIBGCRYPT
18 Enable HTTPS (SSL) support.
20 comment "libmicrohttpd https support needs a toolchain w/ wchar"
21 depends on !BR2_USE_WCHAR
25 comment "libmicrohttpd needs a toolchain w/ threads"
26 depends on !BR2_TOOLCHAIN_HAS_THREADS