luci.mk: automatically depend on luci-lua-runtime
[project/luci.git] / modules / luci-lua-runtime / Makefile
1 #
2 # Copyright (C) 2022 Jo-Philipp Wich <jo@mein.io>
3 #
4 # This is free software, licensed under the Apache License, Version 2.0 .
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=luci-lua-runtime
10
11 LUCI_TYPE:=mod
12 LUCI_BASENAME:=lua-runtime
13
14 LUCI_TITLE:=LuCI Lua runtime libraries
15 LUCI_DEPENDS:= \
16 +luci-base \
17 +lua \
18 +luci-lib-base \
19 +luci-lib-nixio \
20 +luci-lib-ip \
21 +luci-lib-jsonc \
22 +libubus-lua \
23 +liblucihttp-lua \
24 +ucode-mod-lua
25
26 include ../../luci.mk
27
28 # call BuildPackage - OpenWrt buildroot signature