Skip to content
Snippets Groups Projects
Commit 19df67cd authored by Julian Eisel's avatar Julian Eisel
Browse files

Fix build errors with WITH_HEADLESS or WITH_GHOST_SDL

Disable WITH_XR_OPENXR entirely for these cases. For headless XR
features don't make much sense, for SDL support is not implemented.
parent 82fc8181
No related branches found
No related tags found
No related merge requests found
......@@ -684,6 +684,7 @@ if(WITH_GHOST_SDL OR WITH_HEADLESS)
set(WITH_X11_ALPHA OFF)
set(WITH_GHOST_XDND OFF)
set(WITH_INPUT_IME OFF)
set(WITH_XR_OPENXR OFF)
endif()
if(WITH_CPU_SSE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment