Title: [154592] trunk/Tools
- Revision
- 154592
- Author
- [email protected]
- Date
- 2013-08-26 01:43:51 -0700 (Mon, 26 Aug 2013)
Log Message
[GTK] Silence MiniBrowser compile warnings due to recent GTK+ deprecations
https://bugs.webkit.org/show_bug.cgi?id=120290
Reviewed by Philippe Normand.
* MiniBrowser/gtk/GNUmakefile.am: Add
-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6 compile option.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (154591 => 154592)
--- trunk/Tools/ChangeLog 2013-08-26 08:04:40 UTC (rev 154591)
+++ trunk/Tools/ChangeLog 2013-08-26 08:43:51 UTC (rev 154592)
@@ -1,3 +1,13 @@
+2013-08-26 Carlos Garcia Campos <[email protected]>
+
+ [GTK] Silence MiniBrowser compile warnings due to recent GTK+ deprecations
+ https://bugs.webkit.org/show_bug.cgi?id=120290
+
+ Reviewed by Philippe Normand.
+
+ * MiniBrowser/gtk/GNUmakefile.am: Add
+ -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6 compile option.
+
2013-08-26 Zan Dobersek <[email protected]>
[GTK] Add WillLoad test files to the TestWebKitAPI/TestWebKit2 program
Modified: trunk/Tools/MiniBrowser/gtk/GNUmakefile.am (154591 => 154592)
--- trunk/Tools/MiniBrowser/gtk/GNUmakefile.am 2013-08-26 08:04:40 UTC (rev 154591)
+++ trunk/Tools/MiniBrowser/gtk/GNUmakefile.am 2013-08-26 08:43:51 UTC (rev 154592)
@@ -10,6 +10,7 @@
-I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk/include \
-DWEBKIT_EXEC_PATH=\"${shell pwd}/$(top_builddir)/Programs/\" \
-DWEBKIT_INJECTED_BUNDLE_PATH=\"${shell pwd}/$(top_builddir)/.libs\" \
+ -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6 \
$(global_cppflags) \
$(_javascript_core_cppflags) \
$(FREETYPE_CFLAGS) \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes