summaryrefslogtreecommitdiffstats
path: root/package/matchbox/matchbox-fakekey
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-fakekey
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-fakekey')
-rw-r--r--package/matchbox/matchbox-fakekey/matchbox-fakekey.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk b/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk
index c3165e0ea..ebae9d2ba 100644
--- a/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk
+++ b/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
#
# MatchBox Fakekey
#
-#############################################################
+################################################################################
MATCHBOX_FAKEKEY_VERSION = 0.1
MATCHBOX_FAKEKEY_SOURCE = libfakekey-$(MATCHBOX_FAKEKEY_VERSION).tar.bz2
@@ -20,6 +20,6 @@ endef
MATCHBOX_FAKEKEY_POST_CONFIGURE_HOOKS += MATCHBOX_FAKEKEY_POST_CONFIGURE_FIXES
-#############################################################
+################################################################################
$(eval $(autotools-package))