summaryrefslogtreecommitdiffstats
path: root/package/matchbox/matchbox-common
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-common
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-common')
-rw-r--r--package/matchbox/matchbox-common/matchbox-common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/matchbox/matchbox-common/matchbox-common.mk b/package/matchbox/matchbox-common/matchbox-common.mk
index 61b9e956e..0a169d749 100644
--- a/package/matchbox/matchbox-common/matchbox-common.mk
+++ b/package/matchbox/matchbox-common/matchbox-common.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
#
# MatchBox Common
#
-#############################################################
+################################################################################
MATCHBOX_COMMON_VERSION_MAJOR = 0.9
MATCHBOX_COMMON_VERSION = $(MATCHBOX_COMMON_VERSION_MAJOR).1
@@ -16,6 +16,6 @@ ifeq ($(strip $(BR2_PACKAGE_MATCHBOX_COMMON_PDA)),y)
MATCHBOX_COMMON_CONF_OPT += --enable-pda-folders
endif
-#############################################################
+################################################################################
$(eval $(autotools-package))