config/graphic: add VAAPI_SUPPORT to r600 and radeonsi

This commit is contained in:
Lukas Rusak 2018-01-08 15:38:00 -08:00
parent f291881a89
commit 46021e1122
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -60,6 +60,7 @@ get_graphicdrivers() {
LLVM_SUPPORT="yes"
COMPOSITE_SUPPORT="yes"
VDPAU_SUPPORT="yes"
VAAPI_SUPPORT="yes"
fi
if [ "$drv" = "radeonsi" ]; then
@ -68,6 +69,7 @@ get_graphicdrivers() {
LLVM_SUPPORT="yes"
COMPOSITE_SUPPORT="yes"
VDPAU_SUPPORT="yes"
VAAPI_SUPPORT="yes"
fi
if [ "$drv" = "vmware" ]; then