xf86-video-vesa: Need pixman

This commit is contained in:
Shea Levy 2012-07-15 22:44:11 -04:00
parent a55bcacbe2
commit c95e6d5dc4

View File

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