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))