RESOLVED FIXED256672
[GTK][WPE] generate-bundle: improve how the mesa libraries are detected
https://bugs.webkit.org/show_bug.cgi?id=256672
Summary [GTK][WPE] generate-bundle: improve how the mesa libraries are detected
Carlos Alberto Lopez Perez
Reported 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.
Attachments
Carlos Alberto Lopez Perez
Comment 1 2023-05-11 16:43:27 PDT
EWS
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.