Changeset 49008 in webkit for trunk/JavaScriptCore/Configurations


Ignore:
Timestamp:
Oct 1, 2009, 7:50:27 PM (16 years ago)
Author:
[email protected]
Message:

Fix the Tiger build. Don't unconditionally enable 3D canvas as it is not supported on Tiger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/Configurations/FeatureDefines.xcconfig

    r48400 r49008  
    2929// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
    3030
    31 ENABLE_3D_CANVAS = ;
     31ENABLE_3D_CANVAS = $(ENABLE_3D_CANVAS_$(MAC_OS_X_VERSION_MAJOR));
     32ENABLE_3D_CANVAS_1050 = ENABLE_3D_CANVAS;
     33ENABLE_3D_CANVAS_1060 = ENABLE_3D_CANVAS;
    3234
    3335ENABLE_3D_RENDERING = $(ENABLE_3D_RENDERING_$(MAC_OS_X_VERSION_MAJOR));
Note: See TracChangeset for help on using the changeset viewer.