[webkit-changes] [WebKit/WebKit] 8124fd: [Tools][GTK][WPE] Add missing 'mesa-common-dev' de...
Diego Pino
noreply at github.com
Tue Aug 29 08:15:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8124fd9a748e43f40956b338fc58f132d145bfab
https://github.com/WebKit/WebKit/commit/8124fd9a748e43f40956b338fc58f132d145bfab
Author: Diego Pino Garcia <dpino at igalia.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M Tools/Scripts/generate-bundle
M Tools/glib/dependencies/apt
Log Message:
-----------
[Tools][GTK][WPE] Add missing 'mesa-common-dev' dependency
https://bugs.webkit.org/show_bug.cgi?id=260496
Reviewed by Carlos Alberto Lopez Perez.
267186 at main requires dri.pkg but this file is only available if
'mesa-common-dev' is installed.
Besides, Debian 12 reported a runtime error because the file
'dri.pkg' no longer defines the variable 'libdir'. In case 'libdir' doesn't
exist, set 'libdir' to the parent dir of 'dridriverdir' fixes the issue.
* Tools/Scripts/generate-bundle:
* Tools/glib/dependencies/apt:
Canonical link: https://commits.webkit.org/267404@main
More information about the webkit-changes
mailing list