aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/freetype.gyp
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2014-11-21 13:18:34 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-21 13:18:34 -0800
commit5ec443c506ed5b180018091c2d192e013dfb44ce (patch)
tree9d0d893e2d95438f6b9b82cb541cb8484590e3d2 /gyp/freetype.gyp
parentfc1e996bccab153cb7da3d6a1115b0a1390dc252 (diff)
Clean up FreeType code for 2.3.8.
We already require FreeType 2.3.8 in order to compile and run. Make this requirement explicit and take advantage of it. Review URL: https://codereview.chromium.org/748063003
Diffstat (limited to 'gyp/freetype.gyp')
-rw-r--r--gyp/freetype.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gyp/freetype.gyp b/gyp/freetype.gyp
index cd71e78dab..fc528d426d 100644
--- a/gyp/freetype.gyp
+++ b/gyp/freetype.gyp
@@ -41,9 +41,9 @@
],
},
'defines': [
- # The font host requires at least FreeType 2.3.0
- # at runtime.
- 'SK_FONTHOST_FREETYPE_RUNTIME_VERSION=0x020300',
+ # Skia's FreeType port requires at least FreeType 2.3.8
+ # for building and at runtime.
+ 'SK_FONTHOST_FREETYPE_RUNTIME_VERSION=0x020308',
'SK_CAN_USE_DLOPEN=1',
],
}