config/graphic: adjust for vmware driver

This commit is contained in:
Stefan Saraev 2012-03-02 11:12:15 +02:00
parent fdcd6db63d
commit e42704e45d

View File

@ -81,6 +81,9 @@ get_graphicdrivers() {
fi
if [ "$drv" = "vmware" ]; then
DRI_DRIVERS="$DRI_DRIVERS,swrast"
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga"
XORG_DRIVERS="$XORG_DRIVERS vmware"
XINERAMA_SUPPORT="yes"
# LLVM_SUPPORT="yes"
fi