2013-06-17 07:55:48 +02:00
|
|
|
config BR2_PACKAGE_LUA_EV
|
|
|
|
bool "lua-ev"
|
2014-01-11 16:42:03 +01:00
|
|
|
depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
|
2013-06-17 07:55:48 +02:00
|
|
|
select BR2_PACKAGE_LIBEV
|
2013-11-29 09:18:34 +01:00
|
|
|
depends on !(BR2_avr32 || BR2_bfin) # libev
|
2013-06-17 07:55:48 +02:00
|
|
|
help
|
|
|
|
Get access to the libev library from Lua.
|
|
|
|
|
|
|
|
https://github.com/brimworks/lua-ev
|