mediacenter: automated code cleanup

Signed-off-by: CvH <namerp@googlemail.com>
This commit is contained in:
CvH 2022-04-15 11:27:06 +02:00
parent 7b3aa915c3
commit b807a9e29d

View File

@ -62,7 +62,7 @@ configure_package() {
KODI_PULSEAUDIO="-DENABLE_PULSEAUDIO=OFF"
fi
if [ "$ESPEAK_SUPPORT" = yes ]; then
if [ "${ESPEAK_SUPPORT}" = yes ]; then
PKG_DEPENDS_TARGET+=" espeak-ng"
fi