mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
virtual/debug: add valgrind to debug builds
This commit is contained in:
parent
1b05fc228a
commit
0fcfdb7d2e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user