1 config BR2_PACKAGE_SYNERGY
3 depends on BR2_PACKAGE_XORG7
4 depends on BR2_INSTALL_LIBSTDCPP
5 depends on BR2_USE_WCHAR
6 depends on BR2_USE_MMU # fork()
7 select BR2_PACKAGE_XLIB_LIBXTST
9 Synergy lets you easily share a single mouse and
10 keyboard between multiple computers with different
11 operating systems, each with its own display,
12 without special hardware.
14 http://synergy2.sourceforge.net/
16 comment "synergy needs a toolchain w/ C++, wchar"
17 depends on BR2_PACKAGE_XORG7
18 depends on BR2_USE_MMU
19 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)