The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/oxr: Only build state tracker when XRT_FEATURE_OPENXR is set

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2401>

authored by

Jakob Bornecrantz and committed by
Marge Bot
05e0160a 574457b7

+5 -1
+5 -1
src/xrt/state_trackers/CMakeLists.txt
··· 4 4 if(XRT_HAVE_OPENGL) 5 5 add_subdirectory(gui) 6 6 endif() 7 - add_subdirectory(oxr) 7 + 8 + if(XRT_FEATURE_OPENXR) 9 + add_subdirectory(oxr) 10 + endif() 11 + 8 12 add_subdirectory(prober) 9 13 10 14 if(XRT_FEATURE_STEAMVR_PLUGIN)