From 9e4af4e0c6728527f500b7ff50709990808f0b97 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Fri, 29 Sep 2023 16:05:23 +0200 Subject: [PATCH] SDL --- .github/workflows/nightly-companion-windows.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-companion-windows.yml b/.github/workflows/nightly-companion-windows.yml index 3fa963de1..03edc588f 100644 --- a/.github/workflows/nightly-companion-windows.yml +++ b/.github/workflows/nightly-companion-windows.yml @@ -58,7 +58,7 @@ jobs: mingw-w64-i686-openjpeg2 \ mingw-w64-i686-libimagequant \ mingw-w64-i686-libraqm \ - mingw-w64-i686-SDL2 \ + mingw-w64-i686-SDL \ mingw-w64-i686-clang \ mingw-w64-i686-nsis python -m pip install clang diff --git a/CMakeLists.txt b/CMakeLists.txt index f63f1bfb8..e8e3b63ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,7 +168,7 @@ if(Qt5Core_FOUND OR FOX_FOUND) message(FATAL_ERROR "OpenTX requires SDL 1.x, not 2.x") endif() else() - message(STATUS "SDL not found! Simulator audio, and joystick inputs, will not work.") + message(STATUS "SDL not found! Simulator audio and joystick inputs will not work.") endif() endif() endif(NOT DISABLE_COMPANION)