mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
libev: disable on avr32
Fixes: http://autobuild.buildroot.org/results/4951121337fad670d8bf869483774ccf9e91dd47/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
53f722dff7
commit
d246aad345
@ -1,5 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBEV
|
config BR2_PACKAGE_LIBEV
|
||||||
bool "libev"
|
bool "libev"
|
||||||
|
# needs memory fences
|
||||||
|
depends on !BR2_avr32
|
||||||
help
|
help
|
||||||
Userspace library for handling asynchronous notifications
|
Userspace library for handling asynchronous notifications
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user