copas: select lua shared library support

Needed by luasocket.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-04-01 22:05:01 +02:00
parent 47736c88c3
commit 94ed034cf2
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_COPAS
bool "copas"
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_LUASOCKET
select BR2_PACKAGE_LUA_SHARED_LIBRARY # for luasocket
help
Copas is a dispatcher based on coroutines that
can be used by TCP/IP servers.