diff options
| author | Francois Perrad <fperrad@gmail.com> | 2018-12-19 09:17:05 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-31 17:43:45 +0100 |
| commit | b5e6ef1fbb7a42aa4617208ceb053bf46e7b7965 (patch) | |
| tree | 0577ef5005224396ebe4d09c128dc09e4394a8a2 /package/luaexpat | |
| parent | 95176657e57e54671344cc6cc61249780100aef2 (diff) | |
| download | buildroot-b5e6ef1fbb7a42aa4617208ceb053bf46e7b7965.tar.gz buildroot-b5e6ef1fbb7a42aa4617208ceb053bf46e7b7965.zip | |
package/lua*: regeneration of Config.in
This commit aligns the Config.in files of Lua packages so that they
match with the output of the recently added Buildroot addon for
Luarocks.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/luaexpat')
| -rw-r--r-- | package/luaexpat/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/luaexpat/Config.in b/package/luaexpat/Config.in index 7139e8c6da..2322dc430c 100644 --- a/package/luaexpat/Config.in +++ b/package/luaexpat/Config.in @@ -1,8 +1,7 @@ config BR2_PACKAGE_LUAEXPAT bool "luaexpat" - depends on BR2_PACKAGE_HAS_LUAINTERPRETER select BR2_PACKAGE_EXPAT help LuaExpat is a SAX XML parser based on the Expat library. - http://matthewwild.co.uk/projects/luaexpat/ + http://www.keplerproject.org/luaexpat/ |

