Mesa: build with VDPAU support if requested, rename $MESA_VDPAU_SUPPORT to $VDPAU

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-09-21 20:15:25 +02:00
parent 10e8b2d935
commit 286b288f46

View File

@ -56,7 +56,7 @@ else
MESA_GALLIUM_LLVM="--disable-gallium-llvm"
fi
if [ "$MESA_VDPAU_SUPPORT" = "yes" ]; then
if [ "$VDPAU" = "yes" ]; then
PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libvdpau"
PKG_DEPENDS="$PKG_DEPENDS libvdpau"
MESA_VDPAU="--enable-vdpau"