summaryrefslogtreecommitdiffstats
path: root/package/lua-http/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-http/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-http/Config.in')
-rw-r--r--package/lua-http/Config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/package/lua-http/Config.in b/package/lua-http/Config.in
index 247cc40317..8aaec69efb 100644
--- a/package/lua-http/Config.in
+++ b/package/lua-http/Config.in
@@ -1,16 +1,16 @@
config BR2_PACKAGE_LUA_HTTP
bool "lua-http"
depends on BR2_TOOLCHAIN_HAS_THREADS # luaossl & lua-cqueues
- # These are runtime dependencies
- select BR2_PACKAGE_LUA_BASEXX
- select BR2_PACKAGE_LUA_COMPAT53 if !BR2_PACKAGE_LUA_5_3
- select BR2_PACKAGE_LUA_CQUEUES
- select BR2_PACKAGE_LUA_FIFO
- select BR2_PACKAGE_LUA_LPEG_PATTERNS
- select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1
- select BR2_PACKAGE_LUAOSSL
+ select BR2_PACKAGE_LPEG # runtime
+ select BR2_PACKAGE_LUA_BASEXX # runtime
+ select BR2_PACKAGE_LUA_COMPAT53 if !BR2_PACKAGE_LUA_5_3 # runtime
+ select BR2_PACKAGE_LUA_CQUEUES # runtime
+ select BR2_PACKAGE_LUA_FIFO # runtime
+ select BR2_PACKAGE_LUA_LPEG_PATTERNS # runtime
+ select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1 # runtime
+ select BR2_PACKAGE_LUAOSSL # runtime
help
- HTTP library for Lua
+ HTTP library for Lua.
https://daurnimator.github.io/lua-http/
OpenPOWER on IntegriCloud