Title: [126313] trunk/Source/WebCore
- Revision
- 126313
- Author
- [email protected]
- Date
- 2012-08-22 10:05:33 -0700 (Wed, 22 Aug 2012)
Log Message
Unreviewed build fix. libWebCore needs include paths
for some bits of WebCoreGtk.
* GNUmakefile.am:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (126312 => 126313)
--- trunk/Source/WebCore/ChangeLog 2012-08-22 16:53:51 UTC (rev 126312)
+++ trunk/Source/WebCore/ChangeLog 2012-08-22 17:05:33 UTC (rev 126313)
@@ -1,3 +1,10 @@
+2012-08-22 Gustavo Noronha Silva <[email protected]>
+
+ Unreviewed build fix. libWebCore needs include paths
+ for some bits of WebCoreGtk.
+
+ * GNUmakefile.am:
+
2012-08-22 Koji Ishii <[email protected]>
FontMetrics.unitsPerEm(), FontPlatformData.orientation(), SimpleFontData::platformBoundsForGlyph are not implemented on Chromium Windows
Modified: trunk/Source/WebCore/GNUmakefile.am (126312 => 126313)
--- trunk/Source/WebCore/GNUmakefile.am 2012-08-22 16:53:51 UTC (rev 126312)
+++ trunk/Source/WebCore/GNUmakefile.am 2012-08-22 17:05:33 UTC (rev 126313)
@@ -968,6 +968,7 @@
-DBUILDING_WEBKIT \
$(global_cppflags) \
$(webcore_cppflags) \
+ $(webcoregtk_cppflags) \
$(_javascript_core_cppflags) \
-fno-strict-aliasing \
$(CAIRO_CFLAGS) \
@@ -1055,7 +1056,6 @@
libWebCoreGtk_la_CPPFLAGS = \
$(common_webcore_shards_cppflags) \
- $(webcoregtk_cppflags) \
$(HILDON_CPPFLAGS) \
$(HILDON_CFLAGS) \
$(GAIL_CFLAGS) \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes