commit 5274983da8b882d19fce9684d24b9c6975613b55
parent a31ad62a7bce66ba390df33d4d10817854590b7f
Author: Nicolas Thill <nico@openwrt.org>
Date: Sat, 25 Oct 2014 09:32:36 +0200
dump1090: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/utils/dump1090/Makefile b/utils/dump1090/Makefile
@@ -20,6 +20,11 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
PKG_LICENSE:=BSD-3c
+PKG_CONFIG_DEPENDS:= \
+ CONFIG_DUMP1090_DUMP \
+ CONFIG_DUMP1090_WWW \
+ CONFIG_DUMP1090_VIEW \
+
include $(INCLUDE_DIR)/package.mk
define Package/dump1090