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