luci-app-dawn: add dependencies 3868/head
authorPolynomialdivision <vincent@systemli.org>
Fri, 10 Apr 2020 08:39:49 +0000 (10:39 +0200)
committerPolynomialdivision <vincent@systemli.org>
Fri, 10 Apr 2020 08:39:49 +0000 (10:39 +0200)
Missing:
- luci-compat
- luci-lib-json

Fixes #3836

Signed-off-by: Nick Hainke <vincent@systemli.org>
applications/luci-app-dawn/Makefile

index 330dddbf6c43edbc21556cba67aaba89ab530f68..1b2b598cc89c9b90601384d1cb5f6e070b00c34b 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for DAWN
-LUCI_DEPENDS:=+dawn
+LUCI_DEPENDS:=+dawn +luci-compat +luci-lib-json
 LUCI_PKGARCH:=all
 
 include ../../luci.mk