The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / 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_XLIB_LIBXTST
8         help
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.
13
14           http://synergy2.sourceforge.net/
15
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)