2008-03-06 19:26:58 +01:00
|
|
|
config BR2_PACKAGE_SYNERGY
|
|
|
|
bool "synergy"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2009-10-27 22:12:33 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2008-03-06 19:26:58 +01:00
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
Synergy lets you easily share a single mouse and
|
|
|
|
keyboard between multiple computers with different
|
|
|
|
operating systems, each with its own display,
|
2008-03-07 15:12:14 +01:00
|
|
|
without special hardware.
|
2008-03-06 19:26:58 +01:00
|
|
|
|
|
|
|
http://synergy2.sourceforge.net/
|
2009-10-27 22:12:33 +01:00
|
|
|
|
|
|
|
comment "synergy requires a toolchain with C++ support enabled"
|
|
|
|
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
|