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/orbit | |
| 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/orbit')
| -rw-r--r-- | package/orbit/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/orbit/Config.in b/package/orbit/Config.in index 8df42a8380..7b6e9a43f7 100644 --- a/package/orbit/Config.in +++ b/package/orbit/Config.in @@ -1,10 +1,9 @@ config BR2_PACKAGE_ORBIT bool "orbit" depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT - # These are runtime dependencies - select BR2_PACKAGE_LPEG - select BR2_PACKAGE_LUAFILESYSTEM - select BR2_PACKAGE_WSAPI_XAVANTE + select BR2_PACKAGE_LPEG # runtime + select BR2_PACKAGE_LUAFILESYSTEM # runtime + select BR2_PACKAGE_WSAPI_XAVANTE # runtime help An MVC web framework for Lua. The design is inspired by lightweight Ruby frameworks such as Camping |

