[webkit-changes] [WebKit/WebKit] 07d280: [GTK] print-screen-size script fails to find Gtk m...
Carlos Garcia Campos
noreply at github.com
Thu Oct 24 22:53:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 07d2806090f0ec26bdedece6fcc456ec32ba7dcc
https://github.com/WebKit/WebKit/commit/07d2806090f0ec26bdedece6fcc456ec32ba7dcc
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M Tools/Scripts/webkitpy/port/base.py
Log Message:
-----------
[GTK] print-screen-size script fails to find Gtk module
https://bugs.webkit.org/show_bug.cgi?id=281850
Reviewed by Alicia Boya Garcia.
This is because I no longer build GTK3 in my jhbuild, and the script is
not searching in system dirs because GI_TYPELIB_PATH is not copied to the
tests environment.
* Tools/Scripts/webkitpy/port/base.py:
(Port.setup_environ_for_server): Also copy GI_TYPELIB_PATH.
Canonical link: https://commits.webkit.org/285690@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list