Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3417f5739ae0e203aa595d5d77f47032dd25e457
https://github.com/WebKit/WebKit/commit/3417f5739ae0e203aa595d5d77f47032dd25e457
Author: Sergio Villar Senin <[email protected]>
Date: 2026-04-20 (Mon, 20 Apr 2026)
Changed paths:
M Source/cmake/OptionsGTK.cmake
M Source/cmake/OptionsWPE.cmake
Log Message:
-----------
[OpenXR] Improve cmake detection
https://bugs.webkit.org/show_bug.cgi?id=312486
Reviewed by Adrian Perez de Castro.
This commit addresses 3 different issues:
- Do not require a minimum version (we properly guard code)
- Do not abort if not found, we can just require it and we'll get that
for free. Actually the check was wrong (OPENXR_FOUND was invalid, it
should be OpenXR_FOUND).
- Use config-only package mode. We shouldn't ever need a
FindOpenXR.cmake file, otherwise something else is wrong.
No new tests as we're modifying build options
* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:
Canonical link: https://commits.webkit.org/311566@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications