Config.in 452 B

12345678910111213
  1. config BR2_PACKAGE_OATPP
  2. bool "oatpp"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. Oat++ is an open-source C++ web framework for highly scalable
  7. and resource-efficient web applications. It provides all the
  8. necessary components for production-grade development.
  9. https://oatpp.io/docs/start
  10. comment "oatpp needs a toolchain w/ C++, threads"
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS