SDL2 frontend is now disabled at compile time by default

This will be the case until the extremely disruptive issues with this frontend are resolved
This commit is contained in:
OpenSauce04 2024-10-30 11:22:42 +00:00
parent da7d5c8aa0
commit 107f6b2ff1

View File

@ -62,7 +62,7 @@ else()
endif()
option(ENABLE_SDL2 "Enable using SDL2" ON)
CMAKE_DEPENDENT_OPTION(ENABLE_SDL2_FRONTEND "Enable the SDL2 frontend" ON "ENABLE_SDL2;NOT ANDROID AND NOT IOS" OFF)
CMAKE_DEPENDENT_OPTION(ENABLE_SDL2_FRONTEND "Enable the SDL2 frontend" OFF "ENABLE_SDL2;NOT ANDROID AND NOT IOS" OFF)
option(USE_SYSTEM_SDL2 "Use the system SDL2 lib (instead of the bundled one)" OFF)
# Set bundled qt as dependent options.