Externals: Allow building SDL without X11/Wayland

This commit is contained in:
Joshua Vandaële
2025-09-29 05:23:32 +02:00
parent cdfb389509
commit 7332cc1c8a

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)