summaryrefslogtreecommitdiffstats
path: root/package/luaexpat
diff options
context:
space:
mode:
Diffstat (limited to 'package/luaexpat')
-rw-r--r--package/luaexpat/Config.in1
-rw-r--r--package/luaexpat/luaexpat.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/luaexpat/Config.in b/package/luaexpat/Config.in
index 186c5c917b..f8db318e82 100644
--- a/package/luaexpat/Config.in
+++ b/package/luaexpat/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LUAEXPAT
bool "luaexpat"
select BR2_PACKAGE_EXPAT
+ depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
help
LuaExpat is a SAX XML parser based on the Expat library.
diff --git a/package/luaexpat/luaexpat.mk b/package/luaexpat/luaexpat.mk
index 0d73d28f63..65d4355d3d 100644
--- a/package/luaexpat/luaexpat.mk
+++ b/package/luaexpat/luaexpat.mk
@@ -6,7 +6,7 @@
LUAEXPAT_VERSION = 1.2.0
LUAEXPAT_SITE = http://matthewwild.co.uk/projects/luaexpat
-LUAEXPAT_DEPENDENCIES = lua expat
+LUAEXPAT_DEPENDENCIES = luainterpreter expat
LUAEXPAT_LICENSE = MIT
OpenPOWER on IntegriCloud