Config.in 599 B

123456789101112131415161718192021
  1. comment "cpp-httplib needs a toolchain w/ C++, wchar, threads"
  2. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
  3. config BR2_PACKAGE_CPP_HTTPLIB
  4. bool "cpp-httplib"
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. depends on BR2_TOOLCHAIN_HAS_THREADS
  7. depends on BR2_USE_WCHAR
  8. help
  9. A C++ header-only HTTP/HTTPS server and client library.
  10. https://github.com/yhirose/cpp-httplib
  11. if BR2_PACKAGE_CPP_HTTPLIB
  12. config BR2_PACKAGE_CPP_HTTPLIB_COMPILE
  13. bool "compile as a shared library"
  14. select BR2_PACKAGE_HOST_PYTHON3
  15. help
  16. Build as library
  17. endif # BR2_PACKAGE_CPP_HTTPLIB