Bug 266278
| Summary: | [JHBuild] [WPE] Upgrade wayland and wayland-protocols | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=265286 | ||
Diego Pino
After 271330@main, WPE build fails in systems featuring wayland < 1.20 and wayland-protocols < 1.25.
Build error:
```
2345../../../Source/WebKit/WPEPlatform/wpe/wayland/WPEViewWayland.cpp:289:32: error: use of undeclared identifier 'zwp_linux_dmabuf_v1_get_surface_feedback'; did you mean 'zwp_linux_dmabuf_v1_set_user_data'?
priv->dmabufFeedback = zwp_linux_dmabuf_v1_get_surface_feedback(dmabuf, priv->wlSurface);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zwp_linux_dmabuf_v1_set_user_data
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/21674
EWS
Committed 271926@main (53052964ad19): <https://commits.webkit.org/271926@main>
Reviewed commits have been landed. Closing PR #21674 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/119552301>
Diego Pino
Re-opening for pull request https://github.com/webkit/webkit/pull/21769
EWS
Committed 272021@main (3f164e061084): <https://commits.webkit.org/272021@main>
Reviewed commits have been landed. Closing PR #21769 and removing active labels.