virtual/debug: add valgrind to debug builds

This commit is contained in:
Lukas Rusak 2016-10-25 13:17:02 -07:00
parent 1b05fc228a
commit 0fcfdb7d2e
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -38,3 +38,6 @@ if [ "$VDPAU_SUPPORT" = "yes" -a "$DISPLAYSERVER" = "x11" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo"
fi
if [ "$DEBUG" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
fi