summaryrefslogtreecommitdiffstats
path: root/package/luafilesystem
diff options
context:
space:
mode:
Diffstat (limited to 'package/luafilesystem')
-rw-r--r--package/luafilesystem/Config.in1
-rw-r--r--package/luafilesystem/luafilesystem.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/luafilesystem/Config.in b/package/luafilesystem/Config.in
index 7c130f8d3b..489ebf359a 100644
--- a/package/luafilesystem/Config.in
+++ b/package/luafilesystem/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LUAFILESYSTEM
bool "luafilesystem"
+ depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
help
LuaFileSystem offers a portable way to access
the underlying directory structure and file attributes.
diff --git a/package/luafilesystem/luafilesystem.mk b/package/luafilesystem/luafilesystem.mk
index c75d7a7cc7..c928c6ee52 100644
--- a/package/luafilesystem/luafilesystem.mk
+++ b/package/luafilesystem/luafilesystem.mk
@@ -6,7 +6,7 @@
LUAFILESYSTEM_VERSION = 1.6.2
LUAFILESYSTEM_SITE = http://github.com/downloads/keplerproject/luafilesystem
-LUAFILESYSTEM_DEPENDENCIES = lua
+LUAFILESYSTEM_DEPENDENCIES = luainterpreter
LUAFILESYSTEM_LICENSE = MIT
ifeq ($(BR2_LARGEFILE),y)
OpenPOWER on IntegriCloud