summaryrefslogtreecommitdiff
path: root/package/luaposix
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2015-01-16 22:09:51 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-02 15:53:42 +0100
commiteb8441b861cb9ceaaefa13083aa75322af2c73b9 (patch)
tree9ee943e787dd3e6772dea54532f1367b758fb33e /package/luaposix
parent7b3dc5c37093b79a3f68855462414617e3ebc002 (diff)
lua-modules: fix dependencies with version of lua
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/luaposix')
-rw-r--r--package/luaposix/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/luaposix/Config.in b/package/luaposix/Config.in
index a40c3f9bff..439dc42f56 100644
--- a/package/luaposix/Config.in
+++ b/package/luaposix/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LUAPOSIX
bool "luaposix"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
+ depends on !BR2_PACKAGE_LUA_5_3
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1
# LuaBitOp is already included in LuaJIT
@@ -13,3 +14,6 @@ config BR2_PACKAGE_LUAPOSIX
APIs
https://github.com/luaposix/luaposix
+
+comment "luaposix needs a Lua 5.1/5.2 interpreter"
+ depends on BR2_PACKAGE_LUA_5_3