mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-25 20:24:25 +00:00
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
16 lines
540 B
Plaintext
16 lines
540 B
Plaintext
config BR2_PACKAGE_LIBHTTPSERVER
|
|
bool "libhttpserver"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_LIBMICROHTTPD
|
|
help
|
|
libhttpserver is a C++ library for building high performance
|
|
RESTfuls web servers. libhttpserver is built upon
|
|
libmicrohttpd to provide a simple API for developers to
|
|
create HTTP services in C++.
|
|
|
|
https://github.com/etr/libhttpserver
|
|
|
|
comment "libhttpserver needs a toolchain w/ C++, threads"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|