Config.in 556 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_CIVETWEB
  2. bool "civetweb"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. Full featured embedded web server with LUA support.
  6. https://sourceforge.net/projects/civetweb
  7. if BR2_PACKAGE_CIVETWEB
  8. config BR2_CIVETWEB_WITH_LUA
  9. bool "enable LUA support"
  10. help
  11. Enable Lua support in Civetweb. Note that this will use a
  12. version of Lua and Sqlite bundled within the Civetweb
  13. sources, and not the packages from Buildroot.
  14. endif
  15. comment "civetweb requires a toolchain with PTHREAD support"
  16. depends on !BR2_TOOLCHAIN_HAS_THREADS