Changes between Version 4 and Version 5 of AddingFeatures
- Timestamp:
- Oct 25, 2012, 3:50:29 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingFeatures
v4 v5 18 18 * Source/cmakeconfig.h.cmake 19 19 * Tools/Scripts/webkitperl/FeatureList.pm 20 * Tools/qmake/mkspecs/features/features.pri 20 21 * WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops 21 22 * WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops 22 23 24 23 25 Note 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.