Bug 191502
| Summary: | ENABLE_WEBGPU is set in CMake, but not handled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tobias <tobias.andersen111> |
| Component: | CMake | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Trivial | CC: | don.olmstead |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Mac | ||
| OS: | macOS 10.14 | ||
Tobias
So my little problem is that I cannot build the latest WebKit from source.
CMake fails because the flag `ENABLE_WEBGPU` is enabled in Source/cmake/OptionsMac.cmake,
but the handling of it was removed from Source/cmake/WebKitFeatures.cmake in commit in 947003f6e3e05f3387e625d862e18cf61c15f03d.
I marked this issue as trivial since the solution should be a one-line fix.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Don Olmstead
*** This bug has been marked as a duplicate of bug 192658 ***