mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03:00
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];
|
||||
};
|
||||
|
||||
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];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user