Commit bc98b5b3 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 164d1dc0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_CGILUA
	bool "cgilua"
	depends on BR2_LARGEFILE
	depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
	select 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/

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