From: Nicolas Thill Date: Sat, 25 Oct 2014 07:32:36 +0000 (+0200) Subject: dump1090: force rebuild when config changes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5274983da8b882d19fce9684d24b9c6975613b55;p=openwrt-packages.git dump1090: force rebuild when config changes Signed-off-by: Nicolas Thill --- diff --git a/utils/dump1090/Makefile b/utils/dump1090/Makefile index 12978ed40..41276343f 100644 --- a/utils/dump1090/Makefile +++ b/utils/dump1090/Makefile @@ -20,6 +20,11 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=BSD-3c +PKG_CONFIG_DEPENDS:= \ + CONFIG_DUMP1090_DUMP \ + CONFIG_DUMP1090_WWW \ + CONFIG_DUMP1090_VIEW \ + include $(INCLUDE_DIR)/package.mk define Package/dump1090