From 76c95772750a065b77e76e8060e8d85446f530b6 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 4a52cbd9b9..04d61f4891 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -110,7 +110,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"