mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
lua-ev: disable on avr32 and blackfin
lua-ev is a reverse dependency of libev, but the architecture filtering is not propagated. Fixes autobuild failure such as the following. http://autobuild.buildroot.net/results/387/38704a4362ab6c3458c45603975b274937059fa9/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5be04371a3
commit
765ccaf08c
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_LUA_EV
|
config BR2_PACKAGE_LUA_EV
|
||||||
bool "lua-ev"
|
bool "lua-ev"
|
||||||
select BR2_PACKAGE_LIBEV
|
select BR2_PACKAGE_LIBEV
|
||||||
|
depends on !(BR2_avr32 || BR2_bfin) # libev
|
||||||
help
|
help
|
||||||
Get access to the libev library from Lua.
|
Get access to the libev library from Lua.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user