d246aad345
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>
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
config BR2_PACKAGE_LIBEV
|
|
bool "libev"
|
|
# needs memory fences
|
|
depends on !BR2_avr32
|
|
help
|
|
Userspace library for handling asynchronous notifications
|
|
|
|
http://software.schmorp.de/pkg/libev.html
|