summaryrefslogtreecommitdiff
path: root/package/matchbox
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-02-02 15:38:57 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-02 21:42:48 +0100
commit2e19805610cf55107b304f73e8288f12edfb76ca (patch)
tree0ae70307526795f11a320a233eb1457641226c53 /package/matchbox
parent32babbf9744d09e3612150971b7121033b4b9925 (diff)
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 <fractalclone@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/matchbox')
-rw-r--r--package/matchbox/matchbox-panel/matchbox-panel.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/matchbox/matchbox-panel/matchbox-panel.mk b/package/matchbox/matchbox-panel/matchbox-panel.mk
index 72ee28611..9b3b6ac96 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))