Title: [260257] trunk/Source/WTF
Revision
260257
Author
csaave...@igalia.com
Date
2020-04-17 09:36:15 -0700 (Fri, 17 Apr 2020)

Log Message

[GTK][WPE] Bump dependencies minimum required version in Platform.h
https://bugs.webkit.org/show_bug.cgi?id=210651

Reviewed by Adrian Perez de Castro.

Bring the minimum required version in Platform.h in sync with the actual
minimal required version. This ensures that deprecated APIs used bring up
compilation warnings.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (260256 => 260257)


--- trunk/Source/WTF/ChangeLog	2020-04-17 16:24:00 UTC (rev 260256)
+++ trunk/Source/WTF/ChangeLog	2020-04-17 16:36:15 UTC (rev 260257)
@@ -1,3 +1,16 @@
+2020-04-17  Claudio Saavedra  <csaave...@igalia.com>
+
+        [GTK][WPE] Bump dependencies minimum required version in Platform.h
+        https://bugs.webkit.org/show_bug.cgi?id=210651
+
+        Reviewed by Adrian Perez de Castro.
+
+        Bring the minimum required version in Platform.h in sync with the actual
+        minimal required version. This ensures that deprecated APIs used bring up
+        compilation warnings.
+
+        * wtf/Platform.h:
+
 2020-04-17  Per Arne Vollan  <pvol...@apple.com>
 
         [iOS] Deny iokit open access to graphics related classes

Modified: trunk/Source/WTF/wtf/Platform.h (260256 => 260257)


--- trunk/Source/WTF/wtf/Platform.h	2020-04-17 16:24:00 UTC (rev 260256)
+++ trunk/Source/WTF/wtf/Platform.h	2020-04-17 16:36:15 UTC (rev 260257)
@@ -83,16 +83,16 @@
 
 
 #if PLATFORM(GTK)
-#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
+#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_44
 #if USE(GTK4)
 #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_92
 #else
-#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_6
+#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_22
 #endif
 #endif
 
 #if PLATFORM(WPE)
-#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_40
+#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_44
 #endif
 
 #if USE(SOUP)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to