mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +00:00
virtual/debug: add libva-utils to build
This commit is contained in:
parent
d24a72ec95
commit
ae3721d52c
@ -1,6 +1,6 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# This file is part of LibreELEC - https://libreelec.tv
|
# 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
|
# LibreELEC is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -37,6 +37,10 @@ if [ "$VDPAU_SUPPORT" = "yes" -a "$DISPLAYSERVER" = "x11" ]; then
|
|||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$VAAPI_SUPPORT" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libva-utils"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$DEBUG" = "yes" -a "$VALGRIND" = "yes" ]; then
|
if [ "$DEBUG" = "yes" -a "$VALGRIND" = "yes" ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user