xf86-input-synaptics: Needs mtdev and pixman
This commit is contained in:
parent
d382822803
commit
4f01e68ff8
@ -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";
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user