summaryrefslogtreecommitdiffstats
path: root/package/matchbox/matchbox-wm
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2013-06-05 23:53:30 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-06 22:30:24 +0200
commit8dfd59d1144b3a1a230da7a81743f145363e0708 (patch)
tree49acc1cbbc803e37dada8119f738dd5838d69f60 /package/matchbox/matchbox-wm
parentf2c2f25cef00d153dd60e60a4c8def826567d0b6 (diff)
downloadbuildroot-novena-8dfd59d1144b3a1a230da7a81743f145363e0708.tar.gz
buildroot-novena-8dfd59d1144b3a1a230da7a81743f145363e0708.zip
Normalize separator size to 80
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/matchbox/matchbox-wm')
-rw-r--r--package/matchbox/matchbox-wm/matchbox-wm.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/matchbox/matchbox-wm/matchbox-wm.mk b/package/matchbox/matchbox-wm/matchbox-wm.mk
index 4c556e51b..3438d32d1 100644
--- a/package/matchbox/matchbox-wm/matchbox-wm.mk
+++ b/package/matchbox/matchbox-wm/matchbox-wm.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
#
# MatchBox WM
#
-#############################################################
+################################################################################
MATCHBOX_WM_VERSION = 1.2
MATCHBOX_WM_SOURCE = matchbox-window-manager-$(MATCHBOX_WM_VERSION).tar.bz2
@@ -16,7 +16,7 @@ MATCHBOX_WM_CONF_OPT = --enable-expat
# Workaround bug in configure script
MATCHBOX_WM_CONF_ENV = expat=yes
-#############################################################
+################################################################################
ifeq ($(BR2_PACKAGE_X11R7_LIBXCOMPOSITE),y)
ifeq ($(BR2_PACKAGE_X11R7_LIBXPM),y)
@@ -40,6 +40,6 @@ else
MATCHBOX_WM_CONF_OPT+=--disable-startup-notification
endif
-#############################################################
+################################################################################
$(eval $(autotools-package))