1*4882a593Smuzhiyunconfig BR2_PACKAGE_LUV 2*4882a593Smuzhiyun bool "luv" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv 4*4882a593Smuzhiyun depends on BR2_USE_MMU # libuv 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # libuv 6*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv 7*4882a593Smuzhiyun select BR2_PACKAGE_LIBUV 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun libuv bindings for LuaJIT and Lua. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://github.com/luvit/luv 12*4882a593Smuzhiyun 13*4882a593Smuzhiyuncomment "luv 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