config/graphic: enable COMPOSITE for vmwgfx

Just like all the other open-source xorg drivers, vmwgfx makes use of
the composite extension.
This commit is contained in:
Emil Velikov 2017-10-29 12:59:41 +00:00
parent aace273fb1
commit 3c3261fd1b

View File

@ -73,6 +73,7 @@ get_graphicdrivers() {
if [ "$drv" = "vmware" ]; then if [ "$drv" = "vmware" ]; then
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga" GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga"
XORG_DRIVERS="$XORG_DRIVERS vmware" XORG_DRIVERS="$XORG_DRIVERS vmware"
COMPOSITE_SUPPORT="yes"
fi fi
if [ "$drv" = "virtio" ]; then if [ "$drv" = "virtio" ]; then