Changeset 185801 in webkit
- Timestamp:
- Jun 20, 2015, 3:50:58 PM (11 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
MiniBrowser/gtk/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r185785 r185801 1 2015-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 1 13 2015-06-19 Ryosuke Niwa <rniwa@webkit.org> 2 14 -
trunk/Tools/MiniBrowser/gtk/CMakeLists.txt
r181395 r185801 50 50 endif () 51 51 52 add_definitions(-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6) 53 52 54 include_directories(${MiniBrowser_INCLUDE_DIRECTORIES}) 53 55 add_executable(MiniBrowser ${MiniBrowser_SOURCES})
Note:
See TracChangeset
for help on using the changeset viewer.