mirror of
https://github.com/opentx/opentx.git
synced 2025-07-12 19:10:19 +03:00
SDL
This commit is contained in:
parent
d07b6419b4
commit
9e4af4e0c6
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ jobs:
|
||||||
mingw-w64-i686-openjpeg2 \
|
mingw-w64-i686-openjpeg2 \
|
||||||
mingw-w64-i686-libimagequant \
|
mingw-w64-i686-libimagequant \
|
||||||
mingw-w64-i686-libraqm \
|
mingw-w64-i686-libraqm \
|
||||||
mingw-w64-i686-SDL2 \
|
mingw-w64-i686-SDL \
|
||||||
mingw-w64-i686-clang \
|
mingw-w64-i686-clang \
|
||||||
mingw-w64-i686-nsis
|
mingw-w64-i686-nsis
|
||||||
python -m pip install clang
|
python -m pip install clang
|
||||||
|
|
|
@ -168,7 +168,7 @@ if(Qt5Core_FOUND OR FOX_FOUND)
|
||||||
message(FATAL_ERROR "OpenTX requires SDL 1.x, not 2.x")
|
message(FATAL_ERROR "OpenTX requires SDL 1.x, not 2.x")
|
||||||
endif()
|
endif()
|
||||||
else()
|
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()
|
endif()
|
||||||
endif(NOT DISABLE_COMPANION)
|
endif(NOT DISABLE_COMPANION)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue