Merge pull request #13980 from JoshuaVandaele/sdl-noui

Externals: Allow building SDL without X11/Wayland
This commit is contained in:
Jordan Woyak 2025-10-02 15:09:33 -05:00 committed by GitHub
commit 1f7220332d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ set(SDL_TESTS OFF)
set(SDL_DISABLE_INSTALL ON)
set(SDL_DISABLE_INSTALL_DOCS ON)
set(SDL_INSTALL_TESTS OFF)
set(SDL_UNIX_CONSOLE_BUILD ON)
add_subdirectory(SDL)