The open source OpenXR runtime

cmake: remove XRT_HAVE_STEAM variable

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

+1 -6
+1 -6
CMakeLists.txt
··· 203 203 # This one is named differently because that's what CTest uses 204 204 option(BUILD_TESTING "Enable building of the test suite?" ON) 205 205 206 - # Check if Steam's root folder exists 207 - if(EXISTS "$ENV{HOME}/.steam/root") 208 - set(XRT_HAVE_STEAM YES) 209 - endif() 210 - 211 206 if(CMAKE_SYSTEM_NAME STREQUAL "Linux") 212 207 set(XRT_HAVE_INTERNAL_HID ON) 213 208 endif() ··· 338 333 option_with_deps(XRT_BUILD_DRIVER_REMOTE "Enable remote debugging driver" DEPENDS "XRT_HAVE_LINUX OR ANDROID OR WIN32") 339 334 option_with_deps(XRT_BUILD_DRIVER_RIFT_S "Enable Oculus Rift S device driver" DEPENDS XRT_HAVE_V4L2) 340 335 option_with_deps(XRT_BUILD_DRIVER_ROKID "Enable Rokid driver" DEPENDS "XRT_HAVE_LIBUSB") 341 - option_with_deps(XRT_BUILD_DRIVER_STEAMVR_LIGHTHOUSE "Enable SteamVR Lighthouse driver" DEPENDS XRT_HAVE_LINUX XRT_HAVE_STEAM XRT_MODULE_AUX_VIVE) 336 + option_with_deps(XRT_BUILD_DRIVER_STEAMVR_LIGHTHOUSE "Enable SteamVR Lighthouse driver" DEPENDS XRT_HAVE_LINUX XRT_MODULE_AUX_VIVE) 342 337 option_with_deps(XRT_BUILD_DRIVER_SURVIVE "Enable libsurvive driver" DEPENDS SURVIVE_FOUND XRT_MODULE_AUX_VIVE) 343 338 option_with_deps(XRT_BUILD_DRIVER_ULV2 "Enable Ultraleap v2 driver" DEPENDS LeapV2_FOUND) 344 339 option_with_deps(XRT_BUILD_DRIVER_ULV5 "Enable Ultraleap v5 driver" DEPENDS LeapSDK_FOUND)