Merge pull request #53 from radarhere/freetype

Updated freetype to 2.7.1
This commit is contained in:
Hugo 2017-03-24 13:19:14 +02:00 committed by GitHub
commit 11d1156a20
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
# Test for OSX with [ -n "$IS_OSX" ]
# Package versions for fresh source builds
FREETYPE_VERSION=2.6.5
FREETYPE_VERSION=2.7.1
LIBPNG_VERSION=1.6.25
ZLIB_VERSION=1.2.9
JPEG_VERSION=9b
@ -18,7 +18,7 @@ function pre_build {
# Update to latest zlib for OSX build
build_new_zlib
else # Linux tests may depend on specific versions
FREETYPE_VERSION=2.6.5
FREETYPE_VERSION=2.7.1
fi
build_jpeg
build_tiff