Skip to content

Commit 7d6d819

Browse files
Disable SDL features
1 parent f282e17 commit 7d6d819

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/sdl3.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ if(SDL3_VENDORED)
99
set(SDL_RENDER OFF CACHE BOOL "" FORCE)
1010
set(SDL_DIALOG OFF CACHE BOOL "" FORCE)
1111
set(SDL_SENSOR OFF CACHE BOOL "" FORCE)
12+
set(SDL_VULKAN OFF CACHE BOOL "" FORCE)
13+
set(SDL_METAL OFF CACHE BOOL "" FORCE)
1214
set(SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1 CACHE STRING "" FORCE)
1315
add_subdirectory(sdl3 EXCLUDE_FROM_ALL)
1416
else()

0 commit comments

Comments
 (0)