mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Allow the OpenVR driver to be enabled on Windows
This commit is contained in:
@@ -1943,6 +1943,8 @@ elseif(WINDOWS)
|
||||
set(SDL_VIDEO_DRIVER_WINDOWS 1)
|
||||
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/video/windows/*.c")
|
||||
|
||||
CheckOpenVR()
|
||||
|
||||
if(SDL_RENDER_D3D AND HAVE_D3D9_H)
|
||||
set(SDL_VIDEO_RENDER_D3D 1)
|
||||
set(HAVE_RENDER_D3D TRUE)
|
||||
|
@@ -671,7 +671,9 @@ macro(CheckOpenVR)
|
||||
|
||||
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/video/openvr/*.c")
|
||||
set(SDL_VIDEO_DRIVER_OPENVR 1)
|
||||
sdl_link_dependency(egl LIBS EGL)
|
||||
if(NOT WINDOWS)
|
||||
sdl_link_dependency(egl LIBS EGL)
|
||||
endif()
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
|
Reference in New Issue
Block a user