mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
3287c984aa
Rename XRT_HAVE_SLAM to XRT_FEATURE_SLAM, moving it from xrt_config_have.h to xrt_config_build.h accordingly.
3 lines
333 B
Markdown
3 lines
333 B
Markdown
- 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 to `XRT_FEATURE_SLAM` to more accurately describe it, with corresponding move from `xrt_config_have.h` to `xrt_config_build.h`.
|