summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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))
OpenPOWER on IntegriCloud