Bug 279879
| Summary: | [CMake][WPE] ENABLE_WPE_PLATFORM cannot be toggled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | CMake | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 265636 | ||
Adrian Perez
Passing -DENABLE_WPE_PLATFORM=OFF in the command line doesn't work
because of this:
SET_AND_EXPOSE_TO_BUILD(ENABLE_WPE_PLATFORM ${ENABLE_2022_GLIB_API})
We should make the variable an actual option that can be toggled
from the CMake command line.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/33819
EWS
Committed 283838@main (f1c3da45ac41): <https://commits.webkit.org/283838@main>
Reviewed commits have been landed. Closing PR #33819 and removing active labels.