From f4ef955f62e98e0dde759975b18202e9057e40fe Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 9 Jun 2025 12:24:15 +0000 Subject: [PATCH] distro: enable espeak --- distributions/LibreELEC/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index e1a4a708ae..ade00a2827 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -119,7 +119,7 @@ PIPEWIRE_SUPPORT="no" # build and install eSpeak-NG support (yes / no) - ESPEAK_SUPPORT="no" + ESPEAK_SUPPORT="yes" # build and install with BluRay support (yes / no) KODI_BLURAY_SUPPORT="yes"