From 3862a8cd99b56d9042f913c89dd2891dc5ddad4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20B=C3=A1nffy?= Date: Sun, 26 Oct 2025 17:16:21 +0000 Subject: [PATCH] Use SDL2 instead of SDL --- .travis/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deps.sh b/.travis/deps.sh index 32f74e5f..1cc69734 100755 --- a/.travis/deps.sh +++ b/.travis/deps.sh @@ -24,7 +24,7 @@ install_arch_linux() { install_redhat() { sudo dnf group install -y "development-tools" sudo dnf install -y cmake ninja-build which g++ - sudo dnf install -y SDL_ttf-devel + sudo dnf install -y SDL2_ttf-devel sudo dnf install -y freetype-devel }