From 71e5547a3e754c55659f89ed59ad530c75a28ca6 Mon Sep 17 00:00:00 2001 From: Markham Date: Tue, 8 Feb 2022 20:31:06 +0100 Subject: [PATCH] back to freeytype-2.10.4, newer is much slower --- make/neutrino.mk | 2 +- make/versions.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make/neutrino.mk b/make/neutrino.mk index e7ac2b3..df1ee99 100755 --- a/make/neutrino.mk +++ b/make/neutrino.mk @@ -20,7 +20,7 @@ ifeq ($(PLATFORM), $(filter $(PLATFORM), apollo kronos)) N_CFLAGS += -DFB_HW_ACCELERATION endif ifeq ($(PLATFORM), $(filter $(PLATFORM), nevis)) -N_CFLAGS += -DUSE_NEVIS_GXA +#N_CFLAGS += -DUSE_NEVIS_GXA N_CFLAGS += endif diff --git a/make/versions.mk b/make/versions.mk index 5bdc0a4..54c46bb 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -87,7 +87,7 @@ FLAC_VER = 1.3.2 FLEX_VER=2.5.35 # FREETYPE free high-quality and portable Font engine -FREETYPE_VER=2.11.1 +FREETYPE_VER=2.10.4 # Unicode Bidirectional Algorithm (BIDI). This is useful for supporting Arabic and Hebrew alphabets FRIBIDI_VER = 1.0.10 -- 2.39.5