mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
mesa_noglu: build virgl driver
It's used for 3D acceleration inside qemu.
This commit is contained in:
parent
03a6766a6d
commit
803e87aa1e
@ -55,7 +55,7 @@ let
|
|||||||
(if gallium_ == null
|
(if gallium_ == null
|
||||||
then defaultGalliumDrivers
|
then defaultGalliumDrivers
|
||||||
else gallium_)
|
else gallium_)
|
||||||
++ ["swrast"];
|
++ ["swrast" "virgl"];
|
||||||
driDrivers =
|
driDrivers =
|
||||||
(if dri_ == null
|
(if dri_ == null
|
||||||
then defaultDriDrivers
|
then defaultDriDrivers
|
||||||
|
Loading…
Reference in New Issue
Block a user