Browse Source

- freetype: bump version to 2.10.0

master
vanhofen 6 years ago
parent
commit
05d954fef5
  1. 2
      make/system-libs.mk
  2. 10
      patches/freetype2-subpixel.patch

2
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

10
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
/*************************************************************************/
/**************************************************************************

Loading…
Cancel
Save