mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
luajit: fix dependencies of Lua modules
BR2_PACKAGE_LUA_SHARED_LIBRARY is an internal of lua package Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f93e17f0b4
commit
fb0af93887
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_CGILUA
|
config BR2_PACKAGE_CGILUA
|
||||||
bool "cgilua"
|
bool "cgilua"
|
||||||
select BR2_PACKAGE_LUA_SHARED_LIBRARY
|
|
||||||
select BR2_PACKAGE_LUAFILESYSTEM
|
select BR2_PACKAGE_LUAFILESYSTEM
|
||||||
help
|
help
|
||||||
CGILua is a tool for creating dynamic HTML pages
|
CGILua is a tool for creating dynamic HTML pages
|
||||||
|
@ -2,7 +2,6 @@ config BR2_PACKAGE_COPAS
|
|||||||
bool "copas"
|
bool "copas"
|
||||||
select BR2_PACKAGE_COXPCALL
|
select BR2_PACKAGE_COXPCALL
|
||||||
select BR2_PACKAGE_LUASOCKET
|
select BR2_PACKAGE_LUASOCKET
|
||||||
select BR2_PACKAGE_LUA_SHARED_LIBRARY # for luasocket
|
|
||||||
help
|
help
|
||||||
Copas is a dispatcher based on coroutines that
|
Copas is a dispatcher based on coroutines that
|
||||||
can be used by TCP/IP servers.
|
can be used by TCP/IP servers.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_LUAFILESYSTEM
|
config BR2_PACKAGE_LUAFILESYSTEM
|
||||||
bool "luafilesystem"
|
bool "luafilesystem"
|
||||||
select BR2_PACKAGE_LUA_SHARED_LIBRARY
|
|
||||||
help
|
help
|
||||||
LuaFileSystem offers a portable way to access
|
LuaFileSystem offers a portable way to access
|
||||||
the underlying directory structure and file attributes.
|
the underlying directory structure and file attributes.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_LUASOCKET
|
config BR2_PACKAGE_LUASOCKET
|
||||||
bool "luasocket"
|
bool "luasocket"
|
||||||
depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
|
|
||||||
help
|
help
|
||||||
LuaSocket is the most comprehensive networking support library
|
LuaSocket is the most comprehensive networking support library
|
||||||
for the Lua language.
|
for the Lua language.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_RINGS
|
config BR2_PACKAGE_RINGS
|
||||||
bool "rings"
|
bool "rings"
|
||||||
depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
|
|
||||||
help
|
help
|
||||||
Provides a way to create new Lua states from within Lua.
|
Provides a way to create new Lua states from within Lua.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_XAVANTE
|
config BR2_PACKAGE_XAVANTE
|
||||||
bool "xavante"
|
bool "xavante"
|
||||||
select BR2_PACKAGE_LUA_SHARED_LIBRARY
|
|
||||||
select BR2_PACKAGE_CGILUA
|
select BR2_PACKAGE_CGILUA
|
||||||
select BR2_PACKAGE_COPAS
|
select BR2_PACKAGE_COPAS
|
||||||
select BR2_PACKAGE_COXPCALL
|
select BR2_PACKAGE_COXPCALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user