diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-05 23:53:30 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-06 22:30:24 +0200 |
commit | 8dfd59d1144b3a1a230da7a81743f145363e0708 (patch) | |
tree | 49acc1cbbc803e37dada8119f738dd5838d69f60 /package/matchbox/matchbox-desktop/matchbox-desktop.mk | |
parent | f2c2f25cef00d153dd60e60a4c8def826567d0b6 (diff) | |
download | buildroot-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-desktop/matchbox-desktop.mk')
-rw-r--r-- | package/matchbox/matchbox-desktop/matchbox-desktop.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/matchbox/matchbox-desktop/matchbox-desktop.mk b/package/matchbox/matchbox-desktop/matchbox-desktop.mk index 13ea73074..9e1e05551 100644 --- a/package/matchbox/matchbox-desktop/matchbox-desktop.mk +++ b/package/matchbox/matchbox-desktop/matchbox-desktop.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # MatchBox Desktop # -############################################################# +################################################################################ MATCHBOX_DESKTOP_VERSION_MAJOR = 0.9 MATCHBOX_DESKTOP_VERSION = $(MATCHBOX_DESKTOP_VERSION_MAJOR).1 @@ -18,7 +18,7 @@ MATCHBOX_DESKTOP_CONF_OPT = --enable-expat # configure.ac/Makefile.am. MATCHBOX_DESKTOP_AUTORECONF = YES -############################################################# +################################################################################ ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y) MATCHBOX_DESKTOP_CONF_OPT+=--enable-startup-notification @@ -27,6 +27,6 @@ else MATCHBOX_DESKTOP_CONF_OPT+=--disable-startup-notification endif -############################################################# +################################################################################ $(eval $(autotools-package)) |