Config.in 542 B

12345678910111213141516
  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. select BR2_PACKAGE_XLIB_LIBXTST
  7. help
  8. Synergy lets you easily share a single mouse and
  9. keyboard between multiple computers with different
  10. operating systems, each with its own display,
  11. without special hardware.
  12. http://synergy2.sourceforge.net/
  13. comment "synergy requires a toolchain with C++ and WCHAR support enabled"
  14. depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR