Bug 257116
| Summary: | [CMake][GTK][WPE] Make Thunder optional | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | CMake | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitaly Dyackhov
Currently, Thunder is required when building WebKit using developer mode. But the only environment where we have it preinstalled is Flatpak.
It is possible to disable it by setting `ENABLE_THUNDER` to `OFF`. But it would be nice to make CMake autodetect if Thunder is available at build time.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vitaly Dyackhov
Pull request: https://github.com/WebKit/WebKit/pull/14171