xf86-video-nv: Needs pixman

This commit is contained in:
Shea Levy 2012-07-15 22:45:57 -04:00
parent c95e6d5dc4
commit 08e7a18a2c

View File

@ -191,6 +191,11 @@ in
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa xorg.libXext];
};
xf86videonv = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
buildInputs = attrs.buildInputs ++ [xorg.pixman];
};
xf86videovesa = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
buildInputs = attrs.buildInputs ++ [xorg.pixman];