7a03caaa13
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
config BR2_PACKAGE_LUA_EV
|
|
bool "lua-ev"
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
select BR2_PACKAGE_LIBEV
|
|
help
|
|
Get access to the libev library from Lua.
|
|
|
|
https://github.com/brimworks/lua-ev
|