blob: 3bb8b8e98c6a44a883e77ae857d2c807f64be06b [file] [log] [blame]
John Voltz9af67202008-03-06 18:26:58 +00001config BR2_PACKAGE_SYNERGY
2 bool "synergy"
Peter Korsgaarda5ac6172008-06-19 19:06:25 +00003 depends on BR2_PACKAGE_XORG7
Peter Korsgaardfca4e382009-10-27 22:12:33 +01004 depends on BR2_INSTALL_LIBSTDCPP
Peter Korsgaardc9253252011-02-24 09:43:52 +01005 depends on BR2_USE_WCHAR
Gustavo Zacariasf588eaf2014-08-14 19:02:12 -03006 depends on BR2_USE_MMU # fork()
Pieterjan Camerlynck3c940602017-03-29 12:14:05 +02007 select BR2_PACKAGE_LIBCURL
8 select BR2_PACKAGE_OPENSSL
9 select BR2_PACKAGE_XLIB_LIBX11
Peter Korsgaardc9253252011-02-24 09:43:52 +010010 select BR2_PACKAGE_XLIB_LIBXTST
John Voltz9af67202008-03-06 18:26:58 +000011 help
Peter Korsgaard02a623d2008-08-04 19:07:05 +000012 Synergy lets you easily share a single mouse and
13 keyboard between multiple computers with different
14 operating systems, each with its own display,
John Voltz7a15d382008-03-07 14:12:14 +000015 without special hardware.
John Voltz9af67202008-03-06 18:26:58 +000016
Pieterjan Camerlynck3c940602017-03-29 12:14:05 +020017 https://github.com/symless/synergy/
Peter Korsgaardfca4e382009-10-27 22:12:33 +010018
Thomas De Schampheleire66bb10b2013-10-13 16:55:32 +020019comment "synergy needs a toolchain w/ C++, wchar"
Thomas De Schampheleirebe084202013-11-07 09:24:37 +010020 depends on BR2_PACKAGE_XORG7
Gustavo Zacariasf588eaf2014-08-14 19:02:12 -030021 depends on BR2_USE_MMU
Thomas De Schampheleirebe084202013-11-07 09:24:37 +010022 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)