mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-15 13:10:05 +01:00
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
config BR2_PACKAGE_LIBEV
|
|
bool "libev"
|
|
# needs memory fences
|
|
depends on !BR2_bfin
|
|
help
|
|
Userspace library for handling asynchronous notifications
|
|
|
|
http://software.schmorp.de/pkg/libev.html
|