mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 01:18:31 +00:00
st/oxr: Only build state tracker when XRT_FEATURE_OPENXR is set
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2401>
This commit is contained in:
parent
574457b72c
commit
05e0160a32
|
@ -4,7 +4,11 @@
|
|||
if(XRT_HAVE_OPENGL)
|
||||
add_subdirectory(gui)
|
||||
endif()
|
||||
add_subdirectory(oxr)
|
||||
|
||||
if(XRT_FEATURE_OPENXR)
|
||||
add_subdirectory(oxr)
|
||||
endif()
|
||||
|
||||
add_subdirectory(prober)
|
||||
|
||||
if(XRT_FEATURE_STEAMVR_PLUGIN)
|
||||
|
|
Loading…
Reference in a new issue