2015-07-28 20:03:49 +00:00
|
|
|
config BR2_PACKAGE_LUV
|
|
|
|
bool "luv"
|
2016-11-20 22:33:59 +00:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv
|
2015-07-28 20:03:49 +00:00
|
|
|
depends on BR2_USE_MMU # libuv
|
|
|
|
depends on !BR2_STATIC_LIBS # libuv
|
2017-02-23 22:49:45 +00:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
|
2023-09-17 19:48:04 +00:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libuv
|
2017-04-22 17:17:58 +00:00
|
|
|
select BR2_PACKAGE_LIBUV
|
2015-07-28 20:03:49 +00:00
|
|
|
help
|
|
|
|
libuv bindings for LuaJIT and Lua.
|
|
|
|
|
|
|
|
https://github.com/luvit/luv
|
|
|
|
|
2023-09-17 19:48:04 +00:00
|
|
|
comment "luv needs a toolchain w/ NPTL, dynamic library, gcc >= 4.9"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS \
|
|
|
|
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
2015-07-28 20:03:49 +00:00
|
|
|
depends on BR2_USE_MMU
|
2017-02-23 22:49:45 +00:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|