From bc98b5b3572ca76a6c97f4d9669ce791e8ac1496 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 22 Jul 2010 09:35:38 +0200 Subject: 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 --- package/cgilua/Config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package/cgilua') diff --git a/package/cgilua/Config.in b/package/cgilua/Config.in index aba4c2422..a74e49f53 100644 --- a/package/cgilua/Config.in +++ b/package/cgilua/Config.in @@ -1,10 +1,13 @@ 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 -- cgit v1.2.3