kumquat-buildroot/package/cgilua/Config.in
Gustavo Zacarias 15ec5ee821 New lua module: cgilua
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-05 21:57:47 +02:00

11 lines
290 B
Plaintext

config BR2_PACKAGE_CGILUA
bool "cgilua"
depends on BR2_LARGEFILE
depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
select BR2_PACKAGE_LUAFILESYSTEM
help
CGILua is a tool for creating dynamic HTML pages
and manipulating input data from Web forms.
http://luaforge.net/projects/cgilua/