Bug 256672 - [GTK][WPE] generate-bundle: improve how the mesa libraries are detected
Summary: [GTK][WPE] generate-bundle: improve how the mesa libraries are detected
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-11 16:32 PDT by Carlos Alberto Lopez Perez
Modified: 2023-05-12 11:33 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2023-05-11 16:32:36 PDT
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.
Comment 1 Carlos Alberto Lopez Perez 2023-05-11 16:43:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13782
Comment 2 EWS 2023-05-12 11:33:55 PDT
Committed 264020@main (3583a57df187): <https://commits.webkit.org/264020@main>

Reviewed commits have been landed. Closing PR #13782 and removing active labels.