Commit 8330dd11 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xavante: needs largefile support (for luafilesystem)



And at the same time use select for the lua shared library dependency.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent bc98b5b3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_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_COPAS
	select BR2_PACKAGE_COXPCALL
@@ -12,3 +13,6 @@ config BR2_PACKAGE_XAVANTE
	  architecture based on URI mapped handlers.

	  http://keplerproject.github.com/xavante/

comment "xavante requires a toolchain with LARGEFILE support"
	depends on !BR2_LARGEFILE