summaryrefslogtreecommitdiffstats
path: root/package/luvi
diff options
context:
space:
mode:
Diffstat (limited to 'package/luvi')
-rw-r--r--package/luvi/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/luvi/Config.in b/package/luvi/Config.in
index 18317f401e..a9dd2ef740 100644
--- a/package/luvi/Config.in
+++ b/package/luvi/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_LUVI
depends on BR2_USE_MMU # libuv
depends on !BR2_STATIC_LIBS # libuv
depends on BR2_PACKAGE_LUAJIT
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
select BR2_PACKAGE_LIBUV
select BR2_PACKAGE_LUV
help
@@ -25,6 +26,7 @@ config BR2_PACKAGE_LUVI
comment "luvi needs a toolchain w/ NPTL, dynamic library"
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
depends on BR2_USE_MMU
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
comment "luvi needs LuaJIT"
depends on !BR2_PACKAGE_LUAJIT
OpenPOWER on IntegriCloud