Changeset 152712 in webkit
- Timestamp:
- Jul 16, 2013, 3:47:17 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r152485 r152712 1 2013-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 1 14 2013-07-09 Carlos Garcia Campos <cgarcia@igalia.com> 2 15 -
trunk/Source/autotools/SetupAutoconfHeader.m4
r152454 r152712 22 22 if test "$GTK_API_VERSION" = "2.0"; then 23 23 AC_DEFINE([GTK_API_VERSION_2], [1], [ ]) 24 else 25 AC_DEFINE([GDK_VERSION_MIN_REQUIRED], [GDK_VERSION_3_6], [Minimum GTK/GDK version required]) 24 26 fi 25 27
Note:
See TracChangeset
for help on using the changeset viewer.