Title: [102795] trunk/Tools
Revision
102795
Author
o...@webkit.org
Date
2011-12-14 10:14:42 -0800 (Wed, 14 Dec 2011)

Log Message

[Qt] Unreviewed speculative MIPS and SH4 buildfix after r102776.

* qmake/mkspecs/features/features.prf:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (102794 => 102795)


--- trunk/Tools/ChangeLog	2011-12-14 18:03:32 UTC (rev 102794)
+++ trunk/Tools/ChangeLog	2011-12-14 18:14:42 UTC (rev 102795)
@@ -1,3 +1,9 @@
+2011-12-14  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Qt] Unreviewed speculative MIPS and SH4 buildfix after r102776.
+
+        * qmake/mkspecs/features/features.prf:
+
 2011-12-14  Andreas Kling  <kl...@webkit.org>
 
         Make my e-mail address a little more awesome.

Modified: trunk/Tools/qmake/mkspecs/features/features.prf (102794 => 102795)


--- trunk/Tools/qmake/mkspecs/features/features.prf	2011-12-14 18:03:32 UTC (rev 102794)
+++ trunk/Tools/qmake/mkspecs/features/features.prf	2011-12-14 18:14:42 UTC (rev 102795)
@@ -46,7 +46,7 @@
 }
 
 # We need fontconfig to set up the test fonts for DumpRenderTree and WebKitTestRunner.
-haveQt(5):contains(config_test_fontconfig, yes)|haveQt(4):unix:!mac {
+haveQt(5):contains(config_test_fontconfig, yes)|haveQt(4):unix:!mac:!mips:!*sh4* {
     DEFINES += HAVE_FONTCONFIG=1
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to