xf86-input-synaptics: Needs mtdev and pixman

This commit is contained in:
Shea Levy 2012-07-15 22:53:43 -04:00
parent d382822803
commit 4f01e68ff8
2 changed files with 3 additions and 1 deletions

View File

@ -162,6 +162,8 @@ in
};
xf86inputsynaptics = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
buildInputs = attrs.buildInputs ++ [args.mtdev xorg.pixman];
installFlags = "sdkdir=\${out}/include/xorg configdir=\${out}/include/xorg";
};

View File

@ -5350,7 +5350,7 @@ let
inherit fetchurl fetchsvn stdenv pkgconfig freetype fontconfig
libxslt expat libdrm libpng zlib perl mesa
xkeyboard_config dbus libuuid openssl gperf m4
autoconf libtool xmlto asciidoc udev flex bison python;
autoconf libtool xmlto asciidoc udev flex bison python mtdev;
automake = automake110x;
});