1 config BR2_PACKAGE_LIBUV
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on BR2_USE_MMU # fork()
5 depends on !BR2_STATIC_LIBS
7 libuv is a multi-platform support library with a focus
10 https://github.com/libuv/libuv
12 comment "libuv needs a toolchain w/ threads, dynamic library"
13 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
14 depends on BR2_USE_MMU