Bug 301417
| Summary: | [CMake] WPEPlatform is missing a dependency on the enum types generated header | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | CMake | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=301901 | ||
Adrian Perez
Sources from WPEPlatform itself use the generated WPEEnumTypes.h header, but the dependency is not declared. We have been lucky so far, but depending on the build order picked by Make/Ninja, building WPEPlatform may fail due to the missing dependency.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/52945
EWS
Committed 302078@main (c66516c8b493): <https://commits.webkit.org/302078@main>
Reviewed commits have been landed. Closing PR #52945 and removing active labels.