Bug 314603
| Summary: | [CMake] Fix the macOS build after 313047@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | CMake | Assignee: | zak ridouh <zakr> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
313047@main (22a99e8c1861) added `#include "ARKitBadgeSystemImage.h"` to
HTMLModelElement.cpp (and RenderLayerBacking.cpp), but
Source/WebCore/Modules/system-preview was not in the CMake include
path, so the build fails with:
Source/WebCore/Modules/model-element/HTMLModelElement.cpp:32:10:
fatal error: 'ARKitBadgeSystemImage.h' file not found
Add Modules/system-preview to WebCore_PRIVATE_INCLUDE_DIRECTORIES so
the quoted include resolves from the source tree.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/176846436>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/64725
EWS
Committed 313053@main (293899f162f4): <https://commits.webkit.org/313053@main>
Reviewed commits have been landed. Closing PR #64725 and removing active labels.