summaryrefslogtreecommitdiffstats
path: root/package/matchbox
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-02-02 15:38:58 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-02 21:42:48 +0100
commite1c985a3cc1b96f800ef58bc1deb1167673e43f3 (patch)
tree23412ab9c1b81e0fbeaad0a067067e2a49c62c2c /package/matchbox
parent2e19805610cf55107b304f73e8288f12edfb76ca (diff)
downloadbuildroot-e1c985a3cc1b96f800ef58bc1deb1167673e43f3.tar.gz
buildroot-e1c985a3cc1b96f800ef58bc1deb1167673e43f3.zip
matchbox-panel: remove redundant hash lines
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, 0 insertions, 4 deletions
diff --git a/package/matchbox/matchbox-panel/matchbox-panel.mk b/package/matchbox/matchbox-panel/matchbox-panel.mk
index 9b3b6ac960..d3efed9fca 100644
--- a/package/matchbox/matchbox-panel/matchbox-panel.mk
+++ b/package/matchbox/matchbox-panel/matchbox-panel.mk
@@ -13,8 +13,6 @@ MATCHBOX_PANEL_LICENSE_FILES = COPYING
MATCHBOX_PANEL_DEPENDENCIES = matchbox-lib
MATCHBOX_PANEL_CONF_OPTS = --enable-expat
-################################################################################
-
ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y)
MATCHBOX_PANEL_CONF_OPTS += --enable-startup-notification
MATCHBOX_PANEL_DEPENDENCIES += startup-notification matchbox-startup-monitor
@@ -26,6 +24,4 @@ ifeq ($(BR2_PACKAGE_WIRELESS_TOOLS),y)
MATCHBOX_PANEL_DEPENDENCIES += wireless_tools
endif
-################################################################################
-
$(eval $(autotools-package))
OpenPOWER on IntegriCloud