Title: [87739] trunk/Source/WebCore
Revision
87739
Author
[email protected]
Date
2011-05-31 10:22:47 -0700 (Tue, 31 May 2011)

Log Message

2011-05-31  Noam Rosenthal  <[email protected]>

        Unreviewed build fix for Symbian.
        Opt-out Symbian for TextureMapper.

        No new tests: build fix.

        * WebCore.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (87738 => 87739)


--- trunk/Source/WebCore/ChangeLog	2011-05-31 17:12:39 UTC (rev 87738)
+++ trunk/Source/WebCore/ChangeLog	2011-05-31 17:22:47 UTC (rev 87739)
@@ -1,3 +1,12 @@
+2011-05-31  Noam Rosenthal  <[email protected]>
+
+        Unreviewed build fix for Symbian.
+        Opt-out Symbian for TextureMapper.
+
+        No new tests: build fix.
+
+        * WebCore.pri:
+
 2011-05-31  Levi Weintraub  <[email protected]>
 
         Reviewed by Eric Seidel.

Modified: trunk/Source/WebCore/WebCore.pri (87738 => 87739)


--- trunk/Source/WebCore/WebCore.pri	2011-05-31 17:12:39 UTC (rev 87738)
+++ trunk/Source/WebCore/WebCore.pri	2011-05-31 17:22:47 UTC (rev 87739)
@@ -4,7 +4,7 @@
 include(features.pri)
 
 # We enable TextureMapper by default; remove this line to enable GraphicsLayerQt.
-mac|unix:CONFIG += texmap
+mac|unix:!symbian:CONFIG += texmap
 
 QT *= network
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to