mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-10 03:47:44 +00:00
xavante: needs largefile support (for luafilesystem)
And at the same time use select for the lua shared library dependency. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bc98b5b357
commit
8330dd11e7
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_XAVANTE
|
config BR2_PACKAGE_XAVANTE
|
||||||
bool "xavante"
|
bool "xavante"
|
||||||
depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
|
depends on BR2_LARGEFILE # luafilesystem
|
||||||
|
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
|
||||||
@ -12,3 +13,6 @@ config BR2_PACKAGE_XAVANTE
|
|||||||
architecture based on URI mapped handlers.
|
architecture based on URI mapped handlers.
|
||||||
|
|
||||||
http://keplerproject.github.com/xavante/
|
http://keplerproject.github.com/xavante/
|
||||||
|
|
||||||
|
comment "xavante requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user