Bug 266220
| Summary: | [GTK] Minimum required GTK4 version is 4.6, not 4.4 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Logan Rathbone <poprocks> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Logan Rathbone
Although OptionsGTK.cmake advertises a minimum requirement of GTK 4.4, Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp makes use the GDK_TOUCHPAD_HOLD enumeration symbol, which was not introduced until GTK 4.6.
A PR has been created to bump the dependency: https://github.com/WebKit/WebKit/pull/21283
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
Committed 271889@main (e7f62e57424d): <https://commits.webkit.org/271889@main>
Reviewed commits have been landed. Closing PR #21283 and removing active labels.