mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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 <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d31c235f45
commit
b7b8a7f3ac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user