d17c0d78f7
All the packages modified by this commit have their Config.in included by package/Config.in inside a BR2_PACKAGE_HAS_LUAINTERPRETER && !BR2_STATIC_LIBS condition. Therefore, duplicating the BR2_PACKAGE_HAS_LUAINTERPRETER condition in each of their Config.in file is redundant and unnecessary. This commit drops such redundant "depends on" statements. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
config BR2_PACKAGE_LUA_EV
|
|
bool "lua-ev"
|
|
select BR2_PACKAGE_LIBEV
|
|
help
|
|
Get access to the libev library from Lua.
|
|
|
|
https://github.com/brimworks/lua-ev
|