config/graphic: remove swrast when using the virtual GPU drivers

The respective driver is already selected and build.
This commit is contained in:
Emil Velikov 2017-10-29 12:54:22 +00:00
parent f1dfaa5afc
commit aace273fb1

View File

@ -71,13 +71,11 @@ get_graphicdrivers() {
fi
if [ "$drv" = "vmware" ]; then
DRI_DRIVERS="$DRI_DRIVERS,swrast"
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga"
XORG_DRIVERS="$XORG_DRIVERS vmware"
fi
if [ "$drv" = "virtio" ]; then
DRI_DRIVERS="$DRI_DRIVERS,swrast"
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,virgl"
fi