shortened help line lengths

This commit is contained in:
John Voltz
2008-03-07 14:12:14 +00:00
parent a6dca68c80
commit 7a15d38e01
2 changed files with 8 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
config BR2_PACKAGE_SYNERGY
bool "synergy"
default n
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
depends BR2_PACKAGE_XORG7
help
Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware.
Synergy lets you easily share a single mouse and
keyboard between multiple computers with different
operating systems, each with its own display,
without special hardware.
http://synergy2.sourceforge.net/
comment "synergy - disabled (requires Xorg(7))"
depends !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)