buildroot/package/libmicrohttpd/Config.in

8 lines
220 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_LIBMICROHTTPD
bool "libmicrohttpd"
select BR2_PACKAGE_LIBGCRYPT
default n
help
GNU libmicrohttpd is a small C library that makes it easy to
run an HTTP server as part of another application.