Changeset 87739 in webkit


Ignore:
Timestamp:
May 31, 2011 10:22:47 AM (13 years ago)
Author:
noam.rosenthal@nokia.com
Message:

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

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

No new tests: build fix.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r87738 r87739  
     12011-05-31  Noam Rosenthal  <noam.rosenthal@nokia.com>
     2
     3        Unreviewed build fix for Symbian.
     4        Opt-out Symbian for TextureMapper.
     5
     6        No new tests: build fix.
     7
     8        * WebCore.pri:
     9
    1102011-05-31  Levi Weintraub  <leviw@chromium.org>
    211
  • trunk/Source/WebCore/WebCore.pri

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