f64a25a099
since version 1.7, coxpcall is only required with Lua 5.1
see, https://github.com/keplerproject/wsapi/pull/41
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit b7b8a7f3ac
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
config BR2_PACKAGE_WSAPI
|
|
bool "wsapi"
|
|
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 # runtime
|
|
select BR2_PACKAGE_LUAFILESYSTEM # runtime
|
|
select BR2_PACKAGE_RINGS # runtime
|
|
help
|
|
API that abstracts the web server from Lua web applications.
|
|
|
|
http://www.keplerproject.org/wsapi
|