From 2e19805610cf55107b304f73e8288f12edfb76ca Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Mon, 2 Feb 2015 15:38:57 +0100 Subject: [PATCH] matchbox-panel: specify optional dependency on wireless_tools Make sure build is reproducible and doesn't depend on the order. There is no corresponding configure option, but configure looks for iwlib.h Cc: Jean-Paul Etienne Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/matchbox/matchbox-panel/matchbox-panel.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/matchbox/matchbox-panel/matchbox-panel.mk b/package/matchbox/matchbox-panel/matchbox-panel.mk index 72ee286114..9b3b6ac960 100644 --- a/package/matchbox/matchbox-panel/matchbox-panel.mk +++ b/package/matchbox/matchbox-panel/matchbox-panel.mk @@ -22,6 +22,10 @@ else MATCHBOX_PANEL_CONF_OPTS += --disable-startup-notification endif +ifeq ($(BR2_PACKAGE_WIRELESS_TOOLS),y) +MATCHBOX_PANEL_DEPENDENCIES += wireless_tools +endif + ################################################################################ $(eval $(autotools-package)) -- 2.30.2