applications: add missing dependency to luci-base
[project/luci.git] / applications / luci-app-dnscrypt-proxy / Makefile
index c67b83000f1aa5ea1c4d54d7405854fc996e3616..e79b06de88c92f705a5aba1c965b154897c8e36c 100644 (file)
@@ -5,7 +5,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for DNSCrypt-Proxy
-LUCI_DEPENDS:=+luci-compat +uclient-fetch +dnscrypt-proxy +luci-lib-httpprotoutils
+LUCI_DEPENDS:=+luci-base +luci-compat +uclient-fetch +dnscrypt-proxy +luci-lib-httpprotoutils
 LUCI_PKGARCH:=all
 
 include ../../luci.mk