mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
lua: remove built dependencies
runtime dependencies are handled in Config.in Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f62a006639
commit
96a1cf3838
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_WSAPI
|
||||
bool "wsapi"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_COXPCALL
|
||||
select BR2_PACKAGE_LUAFILESYSTEM
|
||||
select BR2_PACKAGE_RINGS
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
WSAPI_VERSION = 1.5
|
||||
WSAPI_SITE = http://github.com/downloads/keplerproject/wsapi
|
||||
WSAPI_DEPENDENCIES = coxpcall luafilesystem rings
|
||||
WSAPI_LICENSE = MIT
|
||||
|
||||
define WSAPI_INSTALL_TARGET_CMDS
|
||||
|
||||
Reference in New Issue
Block a user