Config.in 540 B

123456789101112131415
  1. config BR2_PACKAGE_LIBHTTPSERVER
  2. bool "libhttpserver"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. select BR2_PACKAGE_LIBMICROHTTPD
  6. help
  7. libhttpserver is a C++ library for building high performance
  8. RESTfuls web servers. libhttpserver is built upon
  9. libmicrohttpd to provide a simple API for developers to
  10. create HTTP services in C++.
  11. https://github.com/etr/libhttpserver
  12. comment "libhttpserver needs a toolchain w/ C++, threads"
  13. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS