kodi: correct dependency list when using VAAPI

Namely: depend on the frontend library as opposed to the backend
implementation. Same as we do for vdpau.
This commit is contained in:
Emil Velikov 2017-10-29 12:40:03 +00:00 committed by Lukas Rusak
parent 8410ceb0f4
commit 1362882276
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -171,7 +171,7 @@ else
fi
if [ "$VAAPI_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET intel-vaapi-driver"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libva"
KODI_VAAPI="-DENABLE_VAAPI=ON"
else
KODI_VAAPI="-DENABLE_VAAPI=OFF"