mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
doc: Improve !1262 changelogs
This commit is contained in:
parent
f76393ecfb
commit
06bf0d6b81
2
doc/changes/misc_fixes/mr.1262.1.md
Normal file
2
doc/changes/misc_fixes/mr.1262.1.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
cmake: Build system will now error out, rather than silently disable the option,
|
||||
if you specifically enable an option whose dependencies are unavailable.
|
3
doc/changes/misc_fixes/mr.1262.2.md
Normal file
3
doc/changes/misc_fixes/mr.1262.2.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
cmake: 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`.
|
|
@ -1,2 +0,0 @@
|
|||
- 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`.
|
Loading…
Reference in a new issue