Skip to content

Commit

Permalink
SDL2 frontend is now disabled at compile time by default
Browse files Browse the repository at this point in the history
This will be the case until the extremely disruptive issues with this frontend are resolved
  • Loading branch information
OpenSauce04 committed Oct 30, 2024
1 parent 43c93cc commit 03ef631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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" OFF)
CMAKE_DEPENDENT_OPTION(ENABLE_SDL2_FRONTEND "Enable the SDL2 frontend" OFF "ENABLE_SDL2;NOT ANDROID" OFF)
option(USE_SYSTEM_SDL2 "Use the system SDL2 lib (instead of the bundled one)" OFF)

# Set bundled qt as dependent options.
Expand Down

0 comments on commit 03ef631

Please sign in to comment.