Changeset 260257 in webkit
- Timestamp:
- Apr 17, 2020, 9:36:15 AM (6 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/Platform.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r260247 r260257 1 2020-04-17 Claudio Saavedra <csaavedra@igalia.com> 2 3 [GTK][WPE] Bump dependencies minimum required version in Platform.h 4 https://bugs.webkit.org/show_bug.cgi?id=210651 5 6 Reviewed by Adrian Perez de Castro. 7 8 Bring the minimum required version in Platform.h in sync with the actual 9 minimal required version. This ensures that deprecated APIs used bring up 10 compilation warnings. 11 12 * wtf/Platform.h: 13 1 14 2020-04-17 Per Arne Vollan <pvollan@apple.com> 2 15 -
trunk/Source/WTF/wtf/Platform.h
r259754 r260257 84 84 85 85 #if PLATFORM(GTK) 86 #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_ 3686 #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_44 87 87 #if USE(GTK4) 88 88 #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_92 89 89 #else 90 #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_ 690 #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_22 91 91 #endif 92 92 #endif 93 93 94 94 #if PLATFORM(WPE) 95 #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_4 095 #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_44 96 96 #endif 97 97
Note:
See TracChangeset
for help on using the changeset viewer.