package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / libmicrohttpd / Config.in
blob302dbb7ac8adf43d3eed280c46954ba0942a87a7
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_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
15         depends on BR2_USE_WCHAR
16         select BR2_PACKAGE_GNUTLS
17         select BR2_PACKAGE_LIBGCRYPT
18         help
19           Enable HTTPS (SSL) support.
21 comment "libmicrohttpd https support needs a toolchain w/ wchar"
22         depends on !BR2_USE_WCHAR
24 endif
26 comment "libmicrohttpd needs a toolchain w/ threads"
27         depends on !BR2_TOOLCHAIN_HAS_THREADS