diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:26 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:26 +0000 |
commit | f69afd8bd6257f0be85428fcaaea1b6171d0e29c (patch) | |
tree | 19f559e6f3015c159cddef3fb748ded3ca7d95cb /package/matchbox/Config.in | |
parent | fb7b1f43166e16ddd78ab87afe075c9bfbdb4186 (diff) | |
download | buildroot-novena-f69afd8bd6257f0be85428fcaaea1b6171d0e29c.tar.gz buildroot-novena-f69afd8bd6257f0be85428fcaaea1b6171d0e29c.zip |
matchbox: fix long help text lines
Diffstat (limited to 'package/matchbox/Config.in')
-rw-r--r-- | package/matchbox/Config.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in index c4321b8fb..c16e70136 100644 --- a/package/matchbox/Config.in +++ b/package/matchbox/Config.in @@ -6,7 +6,6 @@ config BR2_PACKAGE_MATCHBOX select BR2_PACKAGE_XLIB_LIBXDAMAGE select BR2_PACKAGE_XLIB_LIBXCURSOR help - http://projects.o-hand.com/matchbox config BR2_PACKAGE_MATCHBOX_SNOTIFY @@ -14,21 +13,21 @@ config BR2_PACKAGE_MATCHBOX_SNOTIFY depends on BR2_PACKAGE_MATCHBOX select BR2_PACKAGE_XAPP_XSM help - - Compiles http://www.freedesktop.org/Software/startup-notification and its support in MatchBox + Compiles + http://www.freedesktop.org/Software/startup-notification and + its support in MatchBox. config BR2_PACKAGE_MATCHBOX_PANEL bool "Matchbox Panel" depends on BR2_PACKAGE_MATCHBOX help - - A flexible always present 'window bar' for holding application launchers" + A flexible always present 'window bar' for holding + application launchers. config BR2_PACKAGE_MATCHBOX_DESKTOP bool "Matchbox Desktop" depends on BR2_PACKAGE_MATCHBOX help - A PDA style application launcher or 'item browser'. config BR2_PACKAGE_MATCHBOX_KEYBOARD @@ -36,5 +35,4 @@ config BR2_PACKAGE_MATCHBOX_KEYBOARD depends on BR2_PACKAGE_MATCHBOX select BR2_PACKAGE_XLIB_LIBXTST help - Virtual Keyboard (developement version from CVS) |