xref: /OK3568_Linux_fs/buildroot/package/libuv/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBUV
2*4882a593Smuzhiyun	bool "libuv"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # pthread_barrier_*
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  libuv is a multi-platform support library with a focus
9*4882a593Smuzhiyun	  on asynchronous I/O.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://github.com/libuv/libuv
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "libuv needs a toolchain w/ NPTL, dynamic library"
14*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
15*4882a593Smuzhiyun	depends on BR2_USE_MMU
16*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
17