diff options
| author | Philip Dubé <serprex@users.noreply.github.com> | 2025-06-19 21:27:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 14:27:56 -0700 |
| commit | 1e60c48e3a513a3674fdae08a673ee7012fd7a98 (patch) | |
| tree | 2dedbfaa4711d6e7fa10506d9ecfa851bf22fd0d /.github | |
| parent | 4c31f2bc8822bc87d59abc29997b15e210d66538 (diff) | |
a11y: linux tts with espeak-ng (#5428)
* a11y: linux tts with espeak-ng
* dlopen
* Show setting on Linux
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/apt-deps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/apt-deps.txt b/.github/workflows/apt-deps.txt index 51e9574f8..3461cdbac 100644 --- a/.github/workflows/apt-deps.txt +++ b/.github/workflows/apt-deps.txt @@ -1 +1 @@ -libusb-dev libusb-1.0-0-dev libsdl2-dev libsdl2-net-dev libpng-dev libglew-dev nlohmann-json3-dev libtinyxml2-dev libspdlog-dev ninja-build +libusb-dev libusb-1.0-0-dev libsdl2-dev libsdl2-net-dev libpng-dev libglew-dev nlohmann-json3-dev libtinyxml2-dev libspdlog-dev libespeak-ng-dev ninja-build |
