From: Francois Perrad Date: Fri, 5 Apr 2019 16:03:21 +0000 (+0200) Subject: package/wsapi: update coxpcall dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7b8a7f3ac2c32d6fde841795ac09b7b9f296219;p=buildroot.git package/wsapi: update coxpcall dependency 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/wsapi/Config.in b/package/wsapi/Config.in index 60c029ddf6..72e2dcd8e0 100644 --- a/package/wsapi/Config.in +++ b/package/wsapi/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_WSAPI bool "wsapi" - select BR2_PACKAGE_COXPCALL # runtime + select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 # runtime select BR2_PACKAGE_LUAFILESYSTEM # runtime select BR2_PACKAGE_RINGS # runtime help