mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
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:
parent
aace273fb1
commit
3c3261fd1b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user