summaryrefslogtreecommitdiffstats
path: root/package/lua-sailor/Config.in
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-12-19 09:17:05 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:43:45 +0100
commitb5e6ef1fbb7a42aa4617208ceb053bf46e7b7965 (patch)
tree0577ef5005224396ebe4d09c128dc09e4394a8a2 /package/lua-sailor/Config.in
parent95176657e57e54671344cc6cc61249780100aef2 (diff)
downloadbuildroot-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/lua-sailor/Config.in')
-rw-r--r--package/lua-sailor/Config.in15
1 files changed, 7 insertions, 8 deletions
diff --git a/package/lua-sailor/Config.in b/package/lua-sailor/Config.in
index 2600d4600e..c973c87670 100644
--- a/package/lua-sailor/Config.in
+++ b/package/lua-sailor/Config.in
@@ -1,13 +1,12 @@
config BR2_PACKAGE_LUA_SAILOR
bool "lua-sailor"
- # These are runtime dependencies
- select BR2_PACKAGE_CGILUA
- select BR2_PACKAGE_LBASE64
- select BR2_PACKAGE_LUAFILESYSTEM
- select BR2_PACKAGE_LUA_DATAFILE
- select BR2_PACKAGE_LUA_VALUA
- select BR2_PACKAGE_XAVANTE
- select BR2_PACKAGE_WSAPI_XAVANTE
+ select BR2_PACKAGE_CGILUA # runtime
+ select BR2_PACKAGE_LBASE64 # runtime
+ select BR2_PACKAGE_LUA_DATAFILE # runtime
+ select BR2_PACKAGE_LUA_VALUA # runtime
+ select BR2_PACKAGE_LUAFILESYSTEM # runtime
+ select BR2_PACKAGE_WSAPI_XAVANTE # runtime
+ select BR2_PACKAGE_XAVANTE # runtime
help
Sailor is a web framework written in Lua that follows the MVC
design pattern.
OpenPOWER on IntegriCloud