Changeset 87700 in webkit


Ignore:
Timestamp:
May 30, 2011 3:29:50 PM (13 years ago)
Author:
noam.rosenthal@nokia.com
Message:

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

BUILD FIX for r87697 on Windows/Symbian

For now enabling TextureMapper for Mac/Linux only.

  • WebCore.pri:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r87698 r87700  
     12011-05-30  Noam Rosenthal  <noam.rosenthal@nokia.com>
     2
     3        BUILD FIX for r87697 on Windows/Symbian
     4
     5        For now enabling TextureMapper for Mac/Linux only.
     6
     7        * WebCore.pri:
     8
    192011-05-30  David Kilzer  <ddkilzer@apple.com>
    210
  • trunk/Source/WebCore/WebCore.pri

    r87697 r87700  
    55
    66# We enable TextureMapper by default; remove this line to enable GraphicsLayerQt.
    7 CONFIG += texmap
     7mac|unix:CONFIG += texmap
    88
    99QT *= network
Note: See TracChangeset for help on using the changeset viewer.