瀏覽代碼

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>
Arnout Vandecappelle 10 年之前
父節點
當前提交
2e19805610
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      package/matchbox/matchbox-panel/matchbox-panel.mk

+ 4 - 0
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))