Skip to content

Commit

Permalink
[WPE] Update Cog to commit ab4045c1482
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=270340

Reviewed by Philippe Normand.

The most recent commits fix unscaled input coordinates, which is quite
disrupting when developing and testing changes against WPE.

* Tools/PlatformWPE.cmake:

Canonical link: https://commits.webkit.org/275552@main
  • Loading branch information
GeorgesStavracas authored and philn committed Mar 1, 2024
1 parent 4993196 commit bbe4003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/PlatformWPE.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (ENABLE_COG)
set(WPE_COG_REPO "https://github.com/Igalia/cog.git")
endif ()
if ("${WPE_COG_TAG}" STREQUAL "")
set(WPE_COG_TAG "843f874484d09b9e492683a50f4707e584e3fcb6")
set(WPE_COG_TAG "ab4045c14825105326c4627ca3b9505916374be4")
endif ()
# TODO Use GIT_REMOTE_UPDATE_STRATEGY with 3.18 to allow switching between
# conflicting branches without having to delete the repo
Expand Down

0 comments on commit bbe4003

Please sign in to comment.