Title: [87700] trunk/Source/WebCore
Revision
87700
Author
noam.rosent...@nokia.com
Date
2011-05-30 15:29:50 -0700 (Mon, 30 May 2011)

Log Message

2011-05-30  Noam Rosenthal  <noam.rosent...@nokia.com>

        BUILD FIX for r87697 on Windows/Symbian

        For now enabling TextureMapper for Mac/Linux only.

        * WebCore.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (87699 => 87700)


--- trunk/Source/WebCore/ChangeLog	2011-05-30 22:02:57 UTC (rev 87699)
+++ trunk/Source/WebCore/ChangeLog	2011-05-30 22:29:50 UTC (rev 87700)
@@ -1,3 +1,11 @@
+2011-05-30  Noam Rosenthal  <noam.rosent...@nokia.com>
+
+        BUILD FIX for r87697 on Windows/Symbian
+
+        For now enabling TextureMapper for Mac/Linux only.
+
+        * WebCore.pri:
+
 2011-05-30  David Kilzer  <ddkil...@apple.com>
 
         BUILD FIX for r87692 with !ENABLE(FULLSCREEN_API)

Modified: trunk/Source/WebCore/WebCore.pri (87699 => 87700)


--- trunk/Source/WebCore/WebCore.pri	2011-05-30 22:02:57 UTC (rev 87699)
+++ trunk/Source/WebCore/WebCore.pri	2011-05-30 22:29:50 UTC (rev 87700)
@@ -4,7 +4,7 @@
 include(features.pri)
 
 # We enable TextureMapper by default; remove this line to enable GraphicsLayerQt.
-CONFIG += texmap
+mac|unix:CONFIG += texmap
 
 QT *= network
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to