mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
cgilua: tweak Config.in
Print a comment if largefile isn't available, and use select rather than depends for the lua shared library option. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
164d1dc020
commit
bc98b5b357
@ -1,10 +1,13 @@
|
|||||||
config BR2_PACKAGE_CGILUA
|
config BR2_PACKAGE_CGILUA
|
||||||
bool "cgilua"
|
bool "cgilua"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
|
select BR2_PACKAGE_LUA_SHARED_LIBRARY
|
||||||
select BR2_PACKAGE_LUAFILESYSTEM
|
select BR2_PACKAGE_LUAFILESYSTEM
|
||||||
help
|
help
|
||||||
CGILua is a tool for creating dynamic HTML pages
|
CGILua is a tool for creating dynamic HTML pages
|
||||||
and manipulating input data from Web forms.
|
and manipulating input data from Web forms.
|
||||||
|
|
||||||
http://luaforge.net/projects/cgilua/
|
http://luaforge.net/projects/cgilua/
|
||||||
|
|
||||||
|
comment "cgilua requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user