Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: df07db5a4adc0797870ca7f78d9001be42ff5ad2
https://github.com/WebKit/WebKit/commit/df07db5a4adc0797870ca7f78d9001be42ff5ad2
Author: Ian Grunert <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/ThirdParty/ANGLE/CMakeLists.txt
M Source/WebCore/PlatformWin.cmake
M Source/cmake/OptionsWin.cmake
Log Message:
-----------
[Win] Build broken after 314752@main
https://bugs.webkit.org/show_bug.cgi?id=316742
Reviewed by Claudio Saavedra.
Three fixes to unbreak the Windows build:
ANGLE's EGL/GLES framework targets didn't depend on the header-copy
steps, so Skia could be compiled before EGL/egl.h was generated. WebCore
calls Winsock functions directly but didn't link ws2_32. The WC graphics
path requires GPU_PROCESS, so enable the formerly-experimental features
by default.
* Source/ThirdParty/ANGLE/CMakeLists.txt: Depend on ANGLEHeaders/GLSLANGHeaders.
* Source/WebCore/PlatformWin.cmake: Link ws2_32.
* Source/cmake/OptionsWin.cmake: Enable formerly-experimental features by
default.
Canonical link: https://commits.webkit.org/314888@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications