The open source OpenXR runtime

c/main: Remove windowing system integration requirements

With the introduction of the debug comp_target the main compositor
can now run without any windowing system integration.

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

authored by

Andrei Aristarkhov and committed by
Jakob Bornecrantz
adfa1a2b 724e2b0f

-1
-1
CMakeLists.txt
··· 251 251 option_with_deps(XRT_MODULE_COMPOSITOR_MAIN "Build main compositor host functionality" DEPENDS 252 252 XRT_MODULE_COMPOSITOR 253 253 XRT_HAVE_VULKAN 254 - "XRT_HAVE_WAYLAND OR XRT_HAVE_XCB OR ANDROID OR WIN32" 255 254 ) 256 255 option_with_deps(XRT_MODULE_COMPOSITOR_NULL "Build testing null compositor" DEPENDS XRT_MODULE_COMPOSITOR XRT_HAVE_VULKAN) 257 256 option_with_deps(XRT_MODULE_MERCURY_HANDTRACKING "Enable Mercury hand tracking" DEPENDS XRT_HAVE_OPENCV XRT_HAVE_ONNXRUNTIME)