blob: 4b3f8ed18505a85d64973b12e35c79c043711c0d (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_LUA_EV
bool "lua-ev"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
select BR2_PACKAGE_LIBEV
depends on !BR2_bfin # libev
help
Get access to the libev library from Lua.
https://github.com/brimworks/lua-ev
|