Skip to content

Commit

Permalink
[GTK] Unreviewed, fix Ubuntu LTS build after 270765@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264658

This bot builds using only system libraries.

* Tools/gtk/dependencies/apt: Add libgtk4-dev to dependency list.

Canonical link: https://commits.webkit.org/270775@main
  • Loading branch information
dpino committed Nov 15, 2023
1 parent 1b922d3 commit cc67c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/gtk/dependencies/apt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PACKAGES+=(
libgirepository1.0-dev
libgl1-mesa-dev
$(aptIfExists libgl1-mesa-glx)
libgtk-3-dev
$(aptIfElse libgtk-4-dev libgtk-3-dev)
libgudev-1.0-dev
libhyphen-dev
libmount-dev
Expand Down

0 comments on commit cc67c85

Please sign in to comment.