xf86-video-ati: Needs pixman

This commit is contained in:
Shea Levy 2012-07-15 22:48:28 -04:00
parent ccceaba50a
commit d382822803

View file

@ -174,7 +174,8 @@ in
};
xf86videoati = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa xorg.pixman];
};
xf86videocirrus = attrs: attrs // {