summaryrefslogtreecommitdiff
path: root/packages/scripting-languages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-24 13:50:26 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-24 13:50:26 +0200
commitd5984b767a35bc133fbac5c29296e13ed43e7bee (patch)
treeb0b696694ff0dc0d746671bfeb8afe39a6d7b054 /packages/scripting-languages
parentbb58e82b386b6b60fe02d0304b5275100987e77d (diff)
downloadembtoolkit-d5984b767a35bc133fbac5c29296e13ed43e7bee.tar.gz
embtoolkit-d5984b767a35bc133fbac5c29296e13ed43e7bee.tar.bz2
embtoolkit-d5984b767a35bc133fbac5c29296e13ed43e7bee.tar.xz
packages: cgilua module: make it depends on having lua only
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/scripting-languages')
-rw-r--r--packages/scripting-languages/lua-modules/cgilua/cgilua.kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/scripting-languages/lua-modules/cgilua/cgilua.kconfig b/packages/scripting-languages/lua-modules/cgilua/cgilua.kconfig
index 43f157a..1ccf7fa 100644
--- a/packages/scripting-languages/lua-modules/cgilua/cgilua.kconfig
+++ b/packages/scripting-languages/lua-modules/cgilua/cgilua.kconfig
@@ -26,8 +26,8 @@
config EMBTK_HAVE_CGILUA
bool "Have cgilua module"
depends on EMBTK_HAVE_LUA
- depends on EMBTK_HAVE_RINGS
- depends on EMBTK_HAVE_LUAFILESYSTEM
+ select EMBTK_HAVE_RINGS
+ select EMBTK_HAVE_LUAFILESYSTEM
select EMBTK_CGILUA_NEED_PATCH
help
CGILua is a tool for creating dynamic Web pages and manipulating