96a1cf3838
runtime dependencies are handled in Config.in Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
config BR2_PACKAGE_CGILUA
|
|
bool "cgilua"
|
|
# Runtime dependency only
|
|
select BR2_PACKAGE_LUAFILESYSTEM
|
|
help
|
|
CGILua is a tool for creating dynamic HTML pages
|
|
and manipulating input data from Web forms.
|
|
|
|
http://keplerproject.github.com/cgilua
|