Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ec2dcd109207d32c004b4c58a9b6e53f75b3ab13
https://github.com/WebKit/WebKit/commit/ec2dcd109207d32c004b4c58a9b6e53f75b3ab13
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-07-10 (Fri, 10 Jul 2026)
Changed paths:
M Tools/TestWebKitAPI/openxr-mock/MockOpenXRRuntime.cpp
Log Message:
-----------
REGRESSION(316809@main): RPi4 build broken with older OpenXR SDK
https://bugs.webkit.org/show_bug.cgi?id=319040
Unreviewed build fix.
MockOpenXRRuntime.cpp unconditionally included openxr_loader_negotiation.h,
which only exists in OpenXR 1.1.x. Older SDKs on the RPi4 bots expose the
same loader negotiation structs via loader_interfaces.h. Select the header
with __has_include so both SDK versions build.
* Tools/TestWebKitAPI/openxr-mock/MockOpenXRRuntime.cpp:
Canonical link: https://commits.webkit.org/316870@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications