summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/scripting-languages/lua-modules/lutok/lutok.kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/scripting-languages/lua-modules/lutok/lutok.kconfig b/packages/scripting-languages/lua-modules/lutok/lutok.kconfig
index c1ab9d6..b599f0e 100644
--- a/packages/scripting-languages/lua-modules/lutok/lutok.kconfig
+++ b/packages/scripting-languages/lua-modules/lutok/lutok.kconfig
@@ -25,7 +25,7 @@
config EMBTK_HAVE_LUTOK
bool "Have lutok"
- depends on EMBTK_HAVE_LUA
+ select EMBTK_HAVE_LUA
select EMBTK_GCC_LANGUAGE_CPP
help
Lutok is a lightweight C++ API library for Lua.