We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7273dc6 commit 2ee732aCopy full SHA for 2ee732a
.github/scripts/Linux/install_sdl.sh
@@ -18,7 +18,7 @@ deps() {
18
fluidsynth_build_dep=$(get_build_deps_excl libfluidsynth3 libsdl2-dev)
19
sdl2_ttf_build_dep=$(get_build_deps_excl libsdl2-ttf libsdl2-dev)
20
# shellcheck disable=SC2086 # intentional
21
- sudo apt install $fluidsynth_build_dep $sdl2_ttf_build_dep
+ sudo apt install $fluidsynth_build_dep $sdl2_ttf_build_dep libxtst-dev
22
}
23
24
# build SDL, SDL_ttf and fluidsynth and also install them
0 commit comments