summaryrefslogtreecommitdiff
path: root/package/lzlib
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2016-03-09 23:18:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-10 23:51:48 +0100
commit822f17768212c5ab3bc5a003bff826fb88bd2455 (patch)
tree7266ccfd4c6df403652b35d3c3b0d08218fbda3b /package/lzlib
parent13aca2f2e94e5dcce406dc1b57f368624ede2656 (diff)
lzlib: fix Lua dependency
lzlib cannot be build with LuaJIT and requires Lua 5.x. Fixes: http://autobuild.buildroot.net/results/d71/d71209c3e5235f507afee38b618d5740ef91fdcb/ http://autobuild.buildroot.net/results/ef8/ef80136ec17ad9b0a5e3121c4b6091b15c3da0d4/ http://autobuild.buildroot.net/results/5e9/5e9d77e415e8cafb842b84d3d6d91280ae5491e3/ Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lzlib')
-rw-r--r--package/lzlib/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lzlib/Config.in b/package/lzlib/Config.in
index f7fae1579..32328c5ec 100644
--- a/package/lzlib/Config.in
+++ b/package/lzlib/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_LZLIB
bool "lzlib"
select BR2_PACKAGE_ZLIB
- depends on BR2_PACKAGE_HAS_LUAINTERPRETER
+ depends on BR2_PACKAGE_LUA
help
This package provides a library to access zlib library
functions and also to read/write gzip files using an