summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis OSTERLAND <denis.osterland@diehl.com>2018-01-15 11:01:47 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-01-16 11:19:19 +0100
commit5252e580def47803b51e543112b293fb59065992 (patch)
tree2fa2ea2ade96ff1fc0deeef724f101af721f922d
parent82df2b3f3f63ff2a8259d52e938595ca26c42776 (diff)
downloadptxdist-5252e580def47803b51e543112b293fb59065992.tar.gz
ptxdist-5252e580def47803b51e543112b293fb59065992.tar.xz
lua: Fix dependency to readline.
Depend on readline always on build time. This will not add runtime dependency to lua pkg. But add runtime dependency, if lua tool gets installed. Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/lua.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/lua.in b/rules/lua.in
index 15c9d711f..9858002db 100644
--- a/rules/lua.in
+++ b/rules/lua.in
@@ -3,7 +3,7 @@
menuconfig LUA
tristate
prompt "lua "
- select READLINE
+ select READLINE if BUILDTIME || LUA_INSTALL_LUA
select LIBC_M
select LIBC_DL
help