summaryrefslogtreecommitdiffstats
path: root/package/matchbox/matchbox-lib
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-lib
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-lib')
-rw-r--r--package/matchbox/matchbox-lib/matchbox-lib.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/matchbox/matchbox-lib/matchbox-lib.mk b/package/matchbox/matchbox-lib/matchbox-lib.mk
index 9855c8ab3..768f29ea0 100644
--- a/package/matchbox/matchbox-lib/matchbox-lib.mk
+++ b/package/matchbox/matchbox-lib/matchbox-lib.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
#
# MatchBox LIB
#
-#############################################################
+################################################################################
MATCHBOX_LIB_VERSION = 1.9
MATCHBOX_LIB_SOURCE = libmatchbox-$(MATCHBOX_LIB_VERSION).tar.bz2
@@ -20,7 +20,7 @@ endef
MATCHBOX_LIB_POST_INSTALL_STAGING_HOOKS += MATCHBOX_LIB_POST_INSTALL_FIXES
-#############################################################
+################################################################################
ifeq ($(BR2_PACKAGE_X11R7_LIBXCOMPOSITE),y)
ifeq ($(BR2_PACKAGE_X11R7_LIBXPM),y)
@@ -56,6 +56,6 @@ else
MATCHBOX_LIB_CONF_OPT+=--disable-xft
endif
-#############################################################
+################################################################################
$(eval $(autotools-package))