mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
3287c984aa
Rename XRT_HAVE_SLAM to XRT_FEATURE_SLAM, moving it from xrt_config_have.h to xrt_config_build.h accordingly.
333 B
333 B
- Build system will now error out, rather than silently disable the option, if you specifically enable an option whose dependencies are unavailable.
- Build system option:
XRT_HAVE_SLAM
has been renamed toXRT_FEATURE_SLAM
to more accurately describe it, with corresponding move fromxrt_config_have.h
toxrt_config_build.h
.