[webkit-changes] [WebKit/WebKit] 3583a5: [GTK][WPE] generate-bundle: improve how the mesa l...
Carlos Alberto Lopez Perez
noreply at github.com
Fri May 12 11:34:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3583a57df187178ad2205b6c624259a125d29ce7
https://github.com/WebKit/WebKit/commit/3583a57df187178ad2205b6c624259a125d29ce7
Author: Carlos Alberto Lopez Perez <clopez at igalia.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M Tools/Scripts/generate-bundle
Log Message:
-----------
[GTK][WPE] generate-bundle: improve how the mesa libraries are detected
https://bugs.webkit.org/show_bug.cgi?id=256672
Reviewed by Michael Catanzaro.
The new Mesa version library shipped on the Flatpak SDK contains library
names from Mesa that are not expected by the current generate-bundle script.
This causes that not all the needed Mesa libraries are copied into the
bundle, leading to run-time crashes in some cases when executing the browser.
Fix that by adding the new expected Mesa library names and also by improving
how the libraries are detected so it includes names with any suffix and is
not needed to list all the possible combinations of suffixes.
* Tools/Scripts/generate-bundle:
Canonical link: https://commits.webkit.org/264020@main
More information about the webkit-changes
mailing list