1config 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 10 http://25thandclement.com/~william/projects/cqueues.html 11 12comment "lua-cqueues needs a toolchain w/ threads" 13 depends on !BR2_TOOLCHAIN_HAS_THREADS 14