xf86-video-ati: Needs pixman
This commit is contained in:
parent
ccceaba50a
commit
d382822803
1 changed files with 2 additions and 1 deletions
|
@ -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 // {
|
||||
|
|
Loading…
Reference in a new issue