diff options
Diffstat (limited to 'package/luaexpat/Config.in')
-rw-r--r-- | package/luaexpat/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/luaexpat/Config.in b/package/luaexpat/Config.in index f8db318e82..6976e40c67 100644 --- a/package/luaexpat/Config.in +++ b/package/luaexpat/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_LUAEXPAT bool "luaexpat" select BR2_PACKAGE_EXPAT - depends on BR2_PACKAGE_HAS_LUA_INTERPRETER + depends on BR2_PACKAGE_HAS_LUAINTERPRETER help LuaExpat is a SAX XML parser based on the Expat library. |