summaryrefslogtreecommitdiffstats
path: root/package/synergy/Config.in
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-07 14:12:14 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-07 14:12:14 +0000
commit7a15d38e01c6fb8592e8292bb2e754ad68c2afd5 (patch)
tree85567646e2ebd9d13041132d1d43ba93eb9dcd6b /package/synergy/Config.in
parenta6dca68c807767e0f561dfa7b09f248386ddc6b5 (diff)
downloadbuildroot-novena-7a15d38e01c6fb8592e8292bb2e754ad68c2afd5.tar.gz
buildroot-novena-7a15d38e01c6fb8592e8292bb2e754ad68c2afd5.zip
shortened help line lengths
Diffstat (limited to 'package/synergy/Config.in')
-rw-r--r--package/synergy/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/synergy/Config.in b/package/synergy/Config.in
index 9624da444..9a137ae37 100644
--- a/package/synergy/Config.in
+++ b/package/synergy/Config.in
@@ -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)