2014-07-18 22:24:18 +02:00
|
|
|
config BR2_PACKAGE_LIBUV
|
|
|
|
bool "libuv"
|
2016-11-20 23:33:59 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # pthread_barrier_*
|
2014-07-18 22:24:18 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-05-17 21:15:28 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2017-02-23 23:49:45 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2014-07-18 22:24:18 +02:00
|
|
|
help
|
|
|
|
libuv is a multi-platform support library with a focus
|
|
|
|
on asynchronous I/O.
|
|
|
|
|
2014-12-11 00:18:49 +01:00
|
|
|
https://github.com/libuv/libuv
|
2014-07-18 22:24:18 +02:00
|
|
|
|
2016-11-20 23:33:59 +01:00
|
|
|
comment "libuv needs a toolchain w/ NPTL, dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
|
2014-07-18 22:24:18 +02:00
|
|
|
depends on BR2_USE_MMU
|
2017-02-23 23:49:45 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|