virtual/debug: add libva-utils to build

This commit is contained in:
Lukas Rusak 2017-05-18 09:12:30 -07:00
parent d24a72ec95
commit ae3721d52c
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
################################################################################
# This file is part of LibreELEC - https://libreelec.tv
# Copyright (C) 2016 Team LibreELEC
# Copyright (C) 2016-present Team LibreELEC
#
# LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -37,6 +37,10 @@ if [ "$VDPAU_SUPPORT" = "yes" -a "$DISPLAYSERVER" = "x11" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo"
fi
if [ "$VAAPI_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libva-utils"
fi
if [ "$DEBUG" = "yes" -a "$VALGRIND" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
fi