Bug 256672
| Summary: | [GTK][WPE] generate-bundle: improve how the mesa libraries are detected | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | WPE WebKit | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, dpino |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Alberto Lopez Perez
The structure of the library names on the last release of Mesa that we ship now on the flatpak SDK has changed a bit.
There are now newer libraries that required like libdrm* or libgbm* and also some other libraries have unchecked suffixes like libEGL_indirect.so.0 (we are currently only checking for suffix _mesa like in libEGL_mesa.so.0)
This means that the syslibs-all bundle generated from the flatpak SDK misses some libraries from Mesa that make it crash when trying to enable the accelerated composited paths in some cases.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/13782
EWS
Committed 264020@main (3583a57df187): <https://commits.webkit.org/264020@main>
Reviewed commits have been landed. Closing PR #13782 and removing active labels.