Skip to content

Commit

Permalink
sdl3 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Aug 16, 2024
1 parent fbbad5b commit 6be468a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/sdl3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if(SDL3_VENDORED)
set(SDL_RENDER OFF CACHE BOOL "" FORCE)
set(SDL_DIALOG OFF CACHE BOOL "" FORCE)
set(SDL_SENSOR OFF CACHE BOOL "" FORCE)
set(SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS TRUE CACHE BOOL "")
add_subdirectory(sdl3 EXCLUDE_FROM_ALL)
else()
# 1. Look for a SDL3 package,
Expand Down

0 comments on commit 6be468a

Please sign in to comment.