xf86-video-vesa: Need pixman
This commit is contained in:
parent
a55bcacbe2
commit
c95e6d5dc4
@ -191,6 +191,11 @@ in
|
|||||||
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa xorg.libXext];
|
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 // {
|
xdriinfo = attrs: attrs // {
|
||||||
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
|
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user