Merge pull request #40 from radarhere/freetype

Updated freetype to 2.6.5
This commit is contained in:
Alex Clark 2016-09-23 06:48:59 -04:00 committed by GitHub
commit 1c094a9c0a
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" ] # Test for OSX with [ -n "$IS_OSX" ]
# Package versions for fresh source builds # Package versions for fresh source builds
FREETYPE_VERSION=2.6.4 FREETYPE_VERSION=2.6.5
LIBPNG_VERSION=1.6.23 LIBPNG_VERSION=1.6.23
ZLIB_VERSION=1.2.8 ZLIB_VERSION=1.2.8
JPEG_VERSION=9b JPEG_VERSION=9b
@ -18,7 +18,7 @@ function pre_build {
# Update to latest zlib for OSX build # Update to latest zlib for OSX build
build_new_zlib build_new_zlib
else # Linux tests may depend on specific versions else # Linux tests may depend on specific versions
FREETYPE_VERSION=2.6.3 FREETYPE_VERSION=2.6.5
fi fi
build_jpeg build_jpeg
build_tiff build_tiff