Title: [137186] trunk/Source/WebCore
Revision
137186
Author
[email protected]
Date
2012-12-10 11:09:39 -0800 (Mon, 10 Dec 2012)

Log Message

Fix the GTK+ build after a collision of two patches.

Unreviewed build fix.

* bindings/gobject/GNUmakefile.am: The GObject DOM bindings library needs to
include the harfbuzz cflags when compiling.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (137185 => 137186)


--- trunk/Source/WebCore/ChangeLog	2012-12-10 19:05:44 UTC (rev 137185)
+++ trunk/Source/WebCore/ChangeLog	2012-12-10 19:09:39 UTC (rev 137186)
@@ -1,3 +1,12 @@
+2012-12-10  Martin Robinson  <[email protected]>
+
+        Fix the GTK+ build after a collision of two patches.
+
+        Unreviewed build fix.
+
+        * bindings/gobject/GNUmakefile.am: The GObject DOM bindings library needs to
+        include the harfbuzz cflags when compiling.
+
 2012-12-10  Parth Patel  <[email protected]>
 
         Make hiddenPageDomTimerInterval a setting

Modified: trunk/Source/WebCore/bindings/gobject/GNUmakefile.am (137185 => 137186)


--- trunk/Source/WebCore/bindings/gobject/GNUmakefile.am	2012-12-10 19:05:44 UTC (rev 137185)
+++ trunk/Source/WebCore/bindings/gobject/GNUmakefile.am	2012-12-10 19:09:39 UTC (rev 137186)
@@ -536,5 +536,6 @@
 	$(webcoregtk_cppflags) \
 	$(_javascript_core_cppflags) \
 	$(CAIRO_CFLAGS) \
+	$(FREETYPE_CFLAGS) \
 	$(GLIB_CFLAGS) \
 	$(LIBSOUP_CFLAGS)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to