From d9e0c355a0bee2ebc5cba3b6b8af9082665bd608 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 21 Jun 2013 07:12:59 +0200 Subject: [PATCH] synergy: Add support for Xinput2. This is needed in order to support devices such as gamepads or tablets. Signed-off-by: aszlig --- pkgs/applications/misc/synergy/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/synergy/default.nix b/pkgs/applications/misc/synergy/default.nix index 56bf876147b..a4ea8a99973 100644 --- a/pkgs/applications/misc/synergy/default.nix +++ b/pkgs/applications/misc/synergy/default.nix @@ -1,4 +1,5 @@ -{ stdenv, fetchurl, cmake, x11, libX11, libXi, libXtst, libXrandr, cryptopp }: +{ stdenv, fetchurl, cmake, x11, libX11, libXi, libXtst, libXrandr, xinput +, cryptopp }: stdenv.mkDerivation rec { name = "synergy-1.4.12"; @@ -15,7 +16,7 @@ stdenv.mkDerivation rec { set(HAVE_X11_EXTENSIONS_XRANDR_H true)' CMakeLists.txt ''; - buildInputs = [ cmake x11 libX11 libXi libXtst libXrandr cryptopp ]; + buildInputs = [ cmake x11 libX11 libXi libXtst libXrandr xinput cryptopp ]; # At this moment make install doesn't work for synergy # http://synergy-foss.org/spit/issues/details/3317/