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

Changeset 185801 in webkit


Ignore:
Timestamp:
Jun 20, 2015, 3:50:58 PM (11 years ago)
Author:
Michael Catanzaro
Message:

[GTK] Define GDK_VERSION_MIN_REQUIRED when compiling MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=146186

Reviewed by Martin Robinson.

Define GDK_VERSION_MIN_REQUIRED when compiling MiniBrowser to silence several dozen
deprecation warnings. (MiniBrowser is unique in that it does not include wtf/Platform.h.)

  • MiniBrowser/gtk/CMakeLists.txt:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r185785 r185801  
     12015-06-20  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] Define GDK_VERSION_MIN_REQUIRED when compiling MiniBrowser
     4        https://bugs.webkit.org/show_bug.cgi?id=146186
     5
     6        Reviewed by Martin Robinson.
     7
     8        Define GDK_VERSION_MIN_REQUIRED when compiling MiniBrowser to silence several dozen
     9        deprecation warnings. (MiniBrowser is unique in that it does not include wtf/Platform.h.)
     10
     11        * MiniBrowser/gtk/CMakeLists.txt:
     12
    1132015-06-19  Ryosuke Niwa  <rniwa@webkit.org>
    214
  • trunk/Tools/MiniBrowser/gtk/CMakeLists.txt

    r181395 r185801  
    5050endif ()
    5151
     52add_definitions(-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6)
     53
    5254include_directories(${MiniBrowser_INCLUDE_DIRECTORIES})
    5355add_executable(MiniBrowser ${MiniBrowser_SOURCES})
Note: See TracChangeset for help on using the changeset viewer.