buildrootschalter/package/libmicrohttpd/Config.in
Peter Korsgaard c5388a1c62 libmicrohttpd: cleanup Config.in
- 'n' is default, so no need to mention it explicit
- Add homepage URL

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-21 17:46:06 +02:00

9 lines
256 B
Plaintext

config BR2_PACKAGE_LIBMICROHTTPD
bool "libmicrohttpd"
select BR2_PACKAGE_LIBGCRYPT
help
GNU libmicrohttpd is a small C library that makes it easy to
run an HTTP server as part of another application.
http://www.gnu.org/software/libmicrohttpd/