From b5e6ef1fbb7a42aa4617208ceb053bf46e7b7965 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Wed, 19 Dec 2018 09:17:05 +0100 Subject: 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 Signed-off-by: Thomas Petazzoni --- package/lsqlite3/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/lsqlite3') diff --git a/package/lsqlite3/Config.in b/package/lsqlite3/Config.in index 223fb59c91..932657e580 100644 --- a/package/lsqlite3/Config.in +++ b/package/lsqlite3/Config.in @@ -1,8 +1,7 @@ config BR2_PACKAGE_LSQLITE3 bool "lsqlite3" - depends on BR2_PACKAGE_HAS_LUAINTERPRETER select BR2_PACKAGE_SQLITE help - a thin Lua wrapper for the SQLite3 library. + A binding for Lua to the SQLite3 database library. http://lua.sqlite.org/ -- cgit v1.2.1