kumquat-buildroot/package/xavante/Config.in
Peter Korsgaard 8330dd11e7 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>
2010-07-22 09:36:52 +02:00

19 lines
543 B
Plaintext

config BR2_PACKAGE_XAVANTE
bool "xavante"
depends on BR2_LARGEFILE # luafilesystem
select BR2_PACKAGE_LUA_SHARED_LIBRARY
select BR2_PACKAGE_CGILUA
select BR2_PACKAGE_COPAS
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_LUASOCKET
select BR2_PACKAGE_WSAPI
help
Xavante is a Lua HTTP 1.1 Web server that uses a modular
architecture based on URI mapped handlers.
http://keplerproject.github.com/xavante/
comment "xavante requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE