diff options
| author | John Voltz <john.voltz@gmail.com> | 2008-03-07 14:12:14 +0000 | 
|---|---|---|
| committer | John Voltz <john.voltz@gmail.com> | 2008-03-07 14:12:14 +0000 | 
| commit | 7a15d38e01c6fb8592e8292bb2e754ad68c2afd5 (patch) | |
| tree | 85567646e2ebd9d13041132d1d43ba93eb9dcd6b | |
| parent | a6dca68c807767e0f561dfa7b09f248386ddc6b5 (diff) | |
| download | buildroot-novena-7a15d38e01c6fb8592e8292bb2e754ad68c2afd5.tar.gz buildroot-novena-7a15d38e01c6fb8592e8292bb2e754ad68c2afd5.zip  | |
shortened help line lengths
| -rw-r--r-- | package/jamvm/Config.in | 7 | ||||
| -rw-r--r-- | package/synergy/Config.in | 10 | 
2 files changed, 8 insertions, 9 deletions
diff --git a/package/jamvm/Config.in b/package/jamvm/Config.in index f7f4d3094..53673c9e6 100644 --- a/package/jamvm/Config.in +++ b/package/jamvm/Config.in @@ -4,8 +4,7 @@ config BR2_PACKAGE_JAMVM          depends on BR2_PACKAGE_CLASSPATH  	help -	  JamVM is a new Java Virtual Machine which conforms to the JVM specification version 2 (blue book).  -	  In comparison to most other VM's (free and commercial) it is extremely small, with a stripped executable on PowerPC of only ~180K, and Intel 150K.  -	  However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for  -	  object finalisation, Soft/Weak/Phantom References, class-unloading, the Java Native Interface (JNI) and the Reflection API.  +	  JamVM is a new Java Virtual Machine which conforms to  +	  the JVM specification version 2 (blue book).  +  	  http://jamvm.sourceforge.net/ 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)  | 
