Config.in 438 B

12345678910111213
  1. config BR2_PACKAGE_LUA_CQUEUES
  2. bool "lua-cqueues"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. select BR2_PACKAGE_OPENSSL
  5. select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
  6. help
  7. Continuation Queues: Embeddable asynchronous networking,
  8. threading, and notification framework for Lua on Unix.
  9. http://25thandclement.com/~william/projects/cqueues.html
  10. comment "lua-cqueues needs a toolchain w/ threads"
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS