⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 260257 in webkit


Ignore:
Timestamp:
Apr 17, 2020, 9:36:15 AM (6 years ago)
Author:
Claudio Saavedra
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:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r260247 r260257  
     12020-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
    1142020-04-17  Per Arne Vollan  <pvollan@apple.com>
    215
  • trunk/Source/WTF/wtf/Platform.h

    r259754 r260257  
    8484
    8585#if PLATFORM(GTK)
    86 #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
     86#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_44
    8787#if USE(GTK4)
    8888#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_92
    8989#else
    90 #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_6
     90#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_22
    9191#endif
    9292#endif
    9393
    9494#if PLATFORM(WPE)
    95 #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_40
     95#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_44
    9696#endif
    9797
Note: See TracChangeset for help on using the changeset viewer.