Skip to content

Commit

Permalink
[GTK4] Bump minimum requirement to 4.6
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=266220

Reviewed by Michael Catanzaro.

Although OptionsGTK.cmake advertises a minimum requirement of GTK 4.4,
Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp makes use the
GDK_TOUCHPAD_HOLD enumeration symbol, which was not introduced until GTK
4.6.

Canonical link: https://commits.webkit.org/271889@main
  • Loading branch information
larathbone authored and mcatanzaro committed Dec 11, 2023
1 parent 6ee1f9f commit e7f62e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/cmake/OptionsGTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ include(GStreamerDependencies)
WEBKIT_OPTION_END()

if (USE_GTK4)
set(GTK_MINIMUM_VERSION 4.4.0)
set(GTK_MINIMUM_VERSION 4.6.0)
set(GTK_PC_NAME gtk4)
else ()
set(GTK_MINIMUM_VERSION 3.22.0)
Expand Down

0 comments on commit e7f62e5

Please sign in to comment.