mesa_noglu: build virgl driver

It's used for 3D acceleration inside qemu.
This commit is contained in:
Nikolay Amiantov 2018-03-17 18:45:44 +03:00
parent 03a6766a6d
commit 803e87aa1e

View file

@ -55,7 +55,7 @@ let
(if gallium_ == null
then defaultGalliumDrivers
else gallium_)
++ ["swrast"];
++ ["swrast" "virgl"];
driDrivers =
(if dri_ == null
then defaultDriDrivers