From 6f2605e785ef2cc54886cc4c64ebdf907f77b8bf Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 14 Jan 2022 10:35:54 +0100 Subject: [PATCH] distro: disable espeak The espeak-ng package doesn't build so disable it until that's fixed Signed-off-by: Matthias Reichl --- distributions/LibreELEC/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index e780212dac..9976da5ed5 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -88,7 +88,7 @@ PULSEAUDIO_SUPPORT="yes" # build and install eSpeak-NG support (yes / no) - ESPEAK_SUPPORT="yes" + ESPEAK_SUPPORT="no" # build and install with BluRay support (yes / no) KODI_BLURAY_SUPPORT="yes"