package/kyua: fix unmet dependencies
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 5 May 2017 19:08:26 +0000 (21:08 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 5 May 2017 19:57:36 +0000 (21:57 +0200)
commita65da16f630cea87fd0527ce73df0b529b73946c
tree30276323cac19dd2695f1c33a0d4a01274b0745f
parentec4c7b140cf59928d82a3e462a9924bdc8743d96
package/kyua: fix unmet dependencies

lutok is a lua module, so it depends on ! static libs. However, the
dependency is implicit, being done because the lua modules are sourced
globally under an if-block, and thus it is not easy to find that
dependency.

Propagate that dependency to kyua, which was missing it (because it is
not a lua module, so was missing the dependency).

[Peter: also update toolchain comment]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/kyua/Config.in