]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/synergy/Config.in
wavpack: add upstream security fixes
[coffee/buildroot.git] / package / synergy / Config.in
1 config BR2_PACKAGE_SYNERGY
2         bool "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_LIBCURL
8         select BR2_PACKAGE_OPENSSL
9         select BR2_PACKAGE_XLIB_LIBX11
10         select BR2_PACKAGE_XLIB_LIBXTST
11         help
12           Synergy lets you easily share a single mouse and
13           keyboard between multiple computers with different
14           operating systems, each with its own display,
15           without special hardware.
16
17           https://github.com/symless/synergy/
18
19 comment "synergy needs a toolchain w/ C++, wchar"
20         depends on BR2_PACKAGE_XORG7
21         depends on BR2_USE_MMU
22         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)