···282282option(XRT_MODULE_AUX_VIVE "Build aux_vive" ON)
283283284284# Feature configuration (sorted)
285285-option(XRT_FEATURE_COLOR_LOG "Enable logging in color on supported platforms" ON)
285285+option_with_deps(XRT_FEATURE_COLOR_LOG "Enable logging in color on supported platforms" DEPENDS XRT_HAVE_LINUX)
286286option_with_deps(XRT_FEATURE_OPENXR "Build OpenXR runtime target" DEPENDS "XRT_MODULE_COMPOSITOR_MAIN OR XRT_MODULE_COMPOSITOR_NULL")
287287set(XRT_FEATURE_OPENXR_DEBUG_UTILS OFF) # Has never been enabled
288288option_with_deps(XRT_FEATURE_RENDERDOC "Enable RenderDoc API" DEPENDS "RT_LIBRARY OR WIN32")