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
|
2011-02-24 09:43:52 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2014-08-15 00:02:12 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2011-02-24 09:43:52 +01:00
|
|
|
select BR2_PACKAGE_XLIB_LIBXTST
|
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
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "synergy needs a toolchain w/ C++, wchar"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2014-08-15 00:02:12 +02:00
|
|
|
depends on BR2_USE_MMU
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)
|