Changeset 152712 in webkit


Ignore:
Timestamp:
Jul 16, 2013, 3:47:17 AM (12 years ago)
Author:
Carlos Garcia Campos
Message:

[GTK] Remove compile warnings about GTK+ API deprecated after 3.6
https://bugs.webkit.org/show_bug.cgi?id=118237

Reviewed by Philippe Normand.

We depend on GTK+3.6 so we are not interested in compile warnings
about deprecated API after 3.6

  • Source/autotools/SetupAutoconfHeader.m4: Define

GDK_VERSION_MIN_REQUIRED in config.h.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r152485 r152712  
     12013-07-16  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Remove compile warnings about GTK+ API deprecated after 3.6
     4        https://bugs.webkit.org/show_bug.cgi?id=118237
     5
     6        Reviewed by Philippe Normand.
     7
     8        We depend on GTK+3.6 so we are not interested in compile warnings
     9        about deprecated API after 3.6
     10
     11        * Source/autotools/SetupAutoconfHeader.m4: Define
     12        GDK_VERSION_MIN_REQUIRED in config.h.
     13
    1142013-07-09  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Source/autotools/SetupAutoconfHeader.m4

    r152454 r152712  
    2222if test "$GTK_API_VERSION" = "2.0"; then
    2323    AC_DEFINE([GTK_API_VERSION_2], [1], [ ])
     24else
     25    AC_DEFINE([GDK_VERSION_MIN_REQUIRED], [GDK_VERSION_3_6], [Minimum GTK/GDK version required])
    2426fi
    2527
Note: See TracChangeset for help on using the changeset viewer.