diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-09-14 14:17:03 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-10-25 01:03:37 +0200 |
commit | b15d768c9a8439dbc66e99f3d5e58d6b0cf8abdf (patch) | |
tree | 8fcd9eb6dc6eb4643c9a0fb5d3133be24fece71b /modules | |
parent | 673f38246ac3548caefec41183e3dd7477d9f6f6 (diff) |
luci.mk: automatically depend on luci-lua-runtime
Make packages having a non-empty luasrc/ directory automatically depend
on the LuCI Lua runtime package.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-lua-runtime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-lua-runtime/Makefile b/modules/luci-lua-runtime/Makefile index 2c6f38f08f..f25e513eb1 100644 --- a/modules/luci-lua-runtime/Makefile +++ b/modules/luci-lua-runtime/Makefile @@ -15,6 +15,7 @@ LUCI_TITLE:=LuCI Lua runtime libraries LUCI_DEPENDS:= \ +luci-base \ +lua \ + +luci-lib-base \ +luci-lib-nixio \ +luci-lib-ip \ +luci-lib-jsonc \ |