xf86-video-cirrus: Needs pixman
This commit is contained in:
parent
08e7a18a2c
commit
ccceaba50a
@ -177,6 +177,11 @@ in
|
|||||||
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
|
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xf86videocirrus = attrs: attrs // {
|
||||||
|
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
|
||||||
|
buildInputs = attrs.buildInputs ++ [xorg.pixman];
|
||||||
|
};
|
||||||
|
|
||||||
xf86videofbdev = attrs: attrs // {
|
xf86videofbdev = attrs: attrs // {
|
||||||
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
|
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
|
||||||
buildInputs = attrs.buildInputs ++ [xorg.pixman];
|
buildInputs = attrs.buildInputs ++ [xorg.pixman];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user