mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
22 lines
599 B
Plaintext
22 lines
599 B
Plaintext
comment "cpp-httplib needs a toolchain w/ C++, wchar, threads"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
config BR2_PACKAGE_CPP_HTTPLIB
|
|
bool "cpp-httplib"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
A C++ header-only HTTP/HTTPS server and client library.
|
|
|
|
https://github.com/yhirose/cpp-httplib
|
|
|
|
if BR2_PACKAGE_CPP_HTTPLIB
|
|
config BR2_PACKAGE_CPP_HTTPLIB_COMPILE
|
|
bool "compile as a shared library"
|
|
select BR2_PACKAGE_HOST_PYTHON3
|
|
help
|
|
Build as library
|
|
|
|
endif # BR2_PACKAGE_CPP_HTTPLIB
|