2013-06-17 07:55:48 +02:00
|
|
|
config BR2_PACKAGE_LUA_EV
|
|
|
|
bool "lua-ev"
|
2014-04-05 17:21:42 +02:00
|
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
2013-06-17 07:55:48 +02:00
|
|
|
select BR2_PACKAGE_LIBEV
|
2015-02-14 10:23:06 +01:00
|
|
|
depends on !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
|