diff options
author | fredrossperry <fredrossperry@gmail.com> | 2015-03-16 11:06:30 -0700 |
---|---|---|
committer | fredrossperry <fredrossperry@gmail.com> | 2015-03-16 11:06:30 -0700 |
commit | cb6fca717d7deef4de48fcb54d7eefe768f06bb9 (patch) | |
tree | 7ef75f98f42ee9314cadd2f740756bc106d4d0f2 | |
parent | 2a478402a4855145339635ce79c1e527858b05ea (diff) | |
download | mupdf-cb6fca717d7deef4de48fcb54d7eefe768f06bb9.tar.xz |
switch to VER-2-5-5 of freetype.
-rw-r--r-- | scripts/freetype/slimftoptions.h | 2 | ||||
m--------- | thirdparty/freetype | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/freetype/slimftoptions.h b/scripts/freetype/slimftoptions.h index 066ee377..5ee9f315 100644 --- a/scripts/freetype/slimftoptions.h +++ b/scripts/freetype/slimftoptions.h @@ -1,6 +1,6 @@ /* custom ftoption.h which selects the minimum features needed by mupdf */ -#include <freetype/config/ftoption.h> +#include <config/ftoption.h> #undef FT_CONFIG_OPTION_USE_LZW #undef FT_CONFIG_OPTION_USE_ZLIB #undef FT_CONFIG_OPTION_MAC_FONTS diff --git a/thirdparty/freetype b/thirdparty/freetype -Subproject 2ef0a19842ae1172bec153225328aaaeaf130a1 +Subproject 232bd948fd37821d35e728ec20aeea971fb9616 |