xref: /OK3568_Linux_fs/buildroot/package/synergy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SYNERGY
2*4882a593Smuzhiyun	bool "synergy"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
6*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++14
8*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBX11
9*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBXTST
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  Synergy lets you easily share a single mouse and
12*4882a593Smuzhiyun	  keyboard between multiple computers with different
13*4882a593Smuzhiyun	  operating systems, each with its own display,
14*4882a593Smuzhiyun	  without special hardware.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  https://github.com/symless/synergy-core/
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "synergy needs a toolchain w/ C++, wchar, gcc >= 4.9"
19*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7
20*4882a593Smuzhiyun	depends on BR2_USE_MMU
21*4882a593Smuzhiyun	depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
22*4882a593Smuzhiyun		BR2_TOOLCHAIN_GCC_AT_LEAST_4_9)
23