Install an up-to-date version of harfbuzz on travis

This commit is contained in:
Kovid Goyal
2017-11-05 09:38:58 +05:30
parent 1db4286a12
commit 9842a47f85
4 changed files with 13 additions and 16 deletions

View File

@@ -171,6 +171,7 @@ def init_env(
# automatically if this version is high enough
cflags.append('-DPRIMARY_VERSION={}'.format(version[0] + 4000))
cflags.append('-DSECONDARY_VERSION={}'.format(version[1]))
at_least_version('harfbuzz', 1, 5)
cflags.extend(pkg_config('libpng', '--cflags-only-I'))
if isosx:
font_libs = ['-framework', 'CoreText', '-framework', 'CoreGraphics']