Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e6ef72584f2d1153f9d9e51af2f87f5ffc2a8712
https://github.com/WebKit/WebKit/commit/e6ef72584f2d1153f9d9e51af2f87f5ffc2a8712
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M Tools/gtk/dependencies/apt
Log Message:
-----------
[GTK] Add libharfbuzz-dev and libicu-dev to install-dependencies
https://bugs.webkit.org/show_bug.cgi?id=317122
Reviewed by Xabier Rodriguez-Calvar and Claudio Saavedra.
GTK historically pulled libharfbuzz-dev (and ICU) in transitively via
libpango1.0-dev / libgtk-3-dev. On Ubuntu 26.04 that chain no longer
installs the -dev packages, so the WebKitGTK CMake build fails in
find_package(HarfBuzz 2.7.4 REQUIRED COMPONENTS ICU). WPE already lists
both explicitly -> mirror that for GTK.
* Tools/gtk/dependencies/apt:
Canonical link: https://commits.webkit.org/315215@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications