summaryrefslogtreecommitdiffstats
path: root/package/matchbox/matchbox-panel
diff options
context:
space:
mode:
Diffstat (limited to 'package/matchbox/matchbox-panel')
-rw-r--r--package/matchbox/matchbox-panel/matchbox-panel.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/matchbox/matchbox-panel/matchbox-panel.mk b/package/matchbox/matchbox-panel/matchbox-panel.mk
index 9b12c3da0..bf145d42c 100644
--- a/package/matchbox/matchbox-panel/matchbox-panel.mk
+++ b/package/matchbox/matchbox-panel/matchbox-panel.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
#
# MatchBox Panel
#
-#############################################################
+################################################################################
MATCHBOX_PANEL_VERSION_MAJOR = 0.9
MATCHBOX_PANEL_VERSION = $(MATCHBOX_PANEL_VERSION_MAJOR).3
@@ -13,7 +13,7 @@ MATCHBOX_PANEL_LICENSE_FILES = COPYING
MATCHBOX_PANEL_DEPENDENCIES = matchbox-lib
MATCHBOX_PANEL_CONF_OPT = --enable-expat
-#############################################################
+################################################################################
ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y)
MATCHBOX_PANEL_CONF_OPT+=--enable-startup-notification
@@ -22,6 +22,6 @@ else
MATCHBOX_PANEL_CONF_OPT+=--disable-startup-notification
endif
-#############################################################
+################################################################################
$(eval $(autotools-package))