From 05d954fef54165fbf00c1beb6c707e292e35aa1c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 24 Jun 2019 00:16:43 +0200 Subject: [PATCH] - freetype: bump version to 2.10.0 --- make/system-libs.mk | 2 +- patches/freetype2-subpixel.patch | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/make/system-libs.mk b/make/system-libs.mk index 51a212b6..b060aeae 100644 --- a/make/system-libs.mk +++ b/make/system-libs.mk @@ -227,7 +227,7 @@ $(D)/libpng: $(ARCHIVE)/libpng-$(LIBPNG_VER).tar.xz $(D)/zlib | $(TARGET_DIR) # ----------------------------------------------------------------------------- -FREETYPE_VER = 2.9.1 +FREETYPE_VER = 2.10.0 $(ARCHIVE)/freetype-$(FREETYPE_VER).tar.bz2: $(WGET) https://sourceforge.net/projects/freetype/files/freetype2/$(FREETYPE_VER)/freetype-$(FREETYPE_VER).tar.bz2 diff --git a/patches/freetype2-subpixel.patch b/patches/freetype2-subpixel.patch index 596c6a9f..73f7dee6 100644 --- a/patches/freetype2-subpixel.patch +++ b/patches/freetype2-subpixel.patch @@ -1,11 +1,11 @@ --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h -@@ -122,7 +122,7 @@ - /* rendering technology that produces excellent output without LCD */ - /* filtering. */ - /* */ +@@ -126,7 +126,7 @@ + * macro is not defined, FreeType offers alternative LCD rendering + * technology that produces excellent output without LCD filtering. + */ -/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ +#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING - /*************************************************************************/ + /**************************************************************************