Skip to content

Commit

Permalink
sdl3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Aug 16, 2024
1 parent 6be468a commit b2c390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/sdl3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +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 "")
set(SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1 CACHE STRING "" FORCE)
add_subdirectory(sdl3 EXCLUDE_FROM_ALL)
else()
# 1. Look for a SDL3 package,
Expand Down

0 comments on commit b2c390a

Please sign in to comment.