mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-23 23:07:16 +00:00
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
|