From 5274983da8b882d19fce9684d24b9c6975613b55 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 25 Oct 2014 09:32:36 +0200 Subject: [PATCH] dump1090: force rebuild when config changes Signed-off-by: Nicolas Thill --- utils/dump1090/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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