Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 92be153475cb8993dc73169908f78ac3a9966e9c
https://github.com/WebKit/WebKit/commit/92be153475cb8993dc73169908f78ac3a9966e9c
Author: Elliott Williams <[email protected]>
Date: 2026-01-29 (Thu, 29 Jan 2026)
Changed paths:
M Configurations/WebKitProjectPaths.xcconfig
M Source/WTF/wtf/PlatformHave.h
Log Message:
-----------
[Build] Fix the public back-deployed build on Xcode 26.2
https://bugs.webkit.org/show_bug.cgi?id=306066
rdar://168710246
Reviewed by Alexey Proskuryakov.
`kCVPixelFormatType_30RGBLE_8A_BiPlanar` is an enum constant in a
SDK header, so it is available whenever we have a new enough SDK. Use
MAX_ALLOWED instead of MIN_REQUIRED to check against the SDK version, to
determine whether to declare this in CoreVideoSPI.h
Note that _usage_ of this constant is unchanged, and is still guarded by
ENABLE(PIXEL_FORMAT_RGB10A8).
* Configurations/WebKitProjectPaths.xcconfig: Also change the path
computation of the additions SDK to use $(SDK_VERSION) instead of
deployment target version.
* Source/WTF/wtf/PlatformHave.h:
Canonical link: https://commits.webkit.org/306443@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications