gst1-plugins-base: bump version to 1.6.0
[buildroot-gz.git] / package / libmicrohttpd / Config.in
blobd9e6493776f76003c5263e30873dc1c1df22bade
1 config BR2_PACKAGE_LIBMICROHTTPD
2         bool "libmicrohttpd"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         # Triggers the _gp link issue
5         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
6         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
7         help
8           GNU libmicrohttpd is a small C library that makes it easy to
9           run an HTTP server as part of another application.
11           http://www.gnu.org/software/libmicrohttpd/
13 if BR2_PACKAGE_LIBMICROHTTPD
15 config BR2_PACKAGE_LIBMICROHTTPD_SSL
16         bool "https support"
17         depends on BR2_USE_WCHAR
18         select BR2_PACKAGE_GNUTLS
19         select BR2_PACKAGE_LIBGCRYPT
20         help
21           Enable HTTPS (SSL) support.
23 comment "libmicrohttpd https support needs a toolchain w/ wchar"
24         depends on !BR2_USE_WCHAR
26 endif
28 comment "libmicrohttpd needs a toolchain w/ threads"
29         depends on !BR2_TOOLCHAIN_HAS_THREADS
30         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
31         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405