From e1c55103a675132f81169375aebb663a01bd9c6c Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Sat, 21 May 2022 20:28:16 -0400 Subject: [PATCH] Update FreeType to 2.12.1. Note: cff.c includes all the other cffxyz.c files. They're still there. --- project/lib/freetype | 2 +- project/lib/freetype-files.xml | 13 ++++++------- .../freetype/include/freetype/config/ftoption.h | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/project/lib/freetype b/project/lib/freetype index 86bc8a950..e8ebfe988 160000 --- a/project/lib/freetype +++ b/project/lib/freetype @@ -1 +1 @@ -Subproject commit 86bc8a95056c97a810986434a3f268cbe67f2902 +Subproject commit e8ebfe988b5f57bfb9a3ecb13c70d9791bce9ecf diff --git a/project/lib/freetype-files.xml b/project/lib/freetype-files.xml index 079ff70c6..c9c322cfd 100644 --- a/project/lib/freetype-files.xml +++ b/project/lib/freetype-files.xml @@ -108,13 +108,7 @@ - - - - - - - + @@ -124,8 +118,13 @@ + + + + + diff --git a/project/lib/overrides/freetype/include/freetype/config/ftoption.h b/project/lib/overrides/freetype/include/freetype/config/ftoption.h index 107a3a7e6..01cf90979 100644 --- a/project/lib/overrides/freetype/include/freetype/config/ftoption.h +++ b/project/lib/overrides/freetype/include/freetype/config/ftoption.h @@ -218,7 +218,7 @@ FT_BEGIN_HEADER /* options set by those programs have precendence, overwriting the */ /* value here with the configured one. */ /* */ -/* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */ +#define FT_CONFIG_OPTION_SYSTEM_ZLIB /*************************************************************************/