Changes between Version 4 and Version 5 of AddingFeatures


Ignore:
Timestamp:
Oct 25, 2012 3:50:29 AM (12 years ago)
Author:
dominik.rottsches@intel.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddingFeatures

    v4 v5  
    1818 * Source/cmakeconfig.h.cmake
    1919 * Tools/Scripts/webkitperl/FeatureList.pm
     20 * Tools/qmake/mkspecs/features/features.pri
    2021 * WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops
    2122 * WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops
    2223
     24
    2325Note that's only permitting the feature. To actually turn it on you'll need to edit the build configurations for each port. (TODO: page describing where each configuration is?)
     26
     27= Activating a feature for CMAKE based ports =
     28
     29* Edit Source/cmake/Options<Port>.cmake, e.g. OptionsEfl.cmake and set a default value for this feature.
     30* Edit Tools/Scripts/webkitperl/FeatureList.pm to default enable this for the same port, e.g add a isPort() statement to the default setting assignment.