config/graphic: allow using vc4 driver

This commit is contained in:
Lukas Rusak 2017-05-19 08:26:53 -07:00
parent 7c7c85c38e
commit 314e413ab0
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -81,5 +81,11 @@ get_graphicdrivers() {
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,virgl" GALLIUM_DRIVERS="$GALLIUM_DRIVERS,virgl"
fi fi
if [ "$drv" = "vc4" ]; then
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,vc4"
VAAPI_SUPPORT="no"
VDPAU_SUPPORT="no"
fi
done done
} }