Title: [126315] trunk/Source/WebCore
- Revision
- 126315
- Author
- [email protected]
- Date
- 2012-08-22 10:19:53 -0700 (Wed, 22 Aug 2012)
Log Message
Unreviewed build fix. Missing PANGO_CFLAGS.
* GNUmakefile.am:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (126314 => 126315)
--- trunk/Source/WebCore/ChangeLog 2012-08-22 17:10:21 UTC (rev 126314)
+++ trunk/Source/WebCore/ChangeLog 2012-08-22 17:19:53 UTC (rev 126315)
@@ -1,3 +1,9 @@
+2012-08-22 Gustavo Noronha Silva <[email protected]>
+
+ Unreviewed build fix. Missing PANGO_CFLAGS.
+
+ * GNUmakefile.am:
+
2012-08-22 Pavel Feldman <[email protected]>
Web Inspector: make "sdk" component compile independently from the rest of the front-end.
Modified: trunk/Source/WebCore/GNUmakefile.am (126314 => 126315)
--- trunk/Source/WebCore/GNUmakefile.am 2012-08-22 17:10:21 UTC (rev 126314)
+++ trunk/Source/WebCore/GNUmakefile.am 2012-08-22 17:19:53 UTC (rev 126315)
@@ -1033,7 +1033,8 @@
$(global_cflags)
libWebCorePlatform_la_CPPFLAGS = \
- $(common_webcore_shards_cppflags)
+ $(common_webcore_shards_cppflags) \
+ $(PANGO_CFLAGS)
# We have a different library with only the files that require GTK+. It allows us
# to build a common WebCore lib and two different gtk WebCore libs depending on
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes