mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/graphic: remove swrast when using the virtual GPU drivers
The respective driver is already selected and build.
This commit is contained in:
parent
f1dfaa5afc
commit
aace273fb1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user