From 0f77e27847d948d19207d102be92113a17b5606d Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 6 Oct 2016 10:07:22 +0200 Subject: main/freetype: upgrade to 2.7 This introduces buildin infinality font rendering thus removing the infinality patchset --- .../0001-Enable-table-validation-modules.patch | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 main/freetype/0001-Enable-table-validation-modules.patch (limited to 'main/freetype/0001-Enable-table-validation-modules.patch') diff --git a/main/freetype/0001-Enable-table-validation-modules.patch b/main/freetype/0001-Enable-table-validation-modules.patch new file mode 100644 index 0000000000..3e9451fa8b --- /dev/null +++ b/main/freetype/0001-Enable-table-validation-modules.patch @@ -0,0 +1,34 @@ +From c3680bf8d38cf759c1e33dcc2d2d51e0a4fea2f9 Mon Sep 17 00:00:00 2001 +From: "Jan Alexander Steffens (heftig)" +Date: Tue, 23 Jun 2015 08:40:29 +0200 +Subject: [PATCH 1/3] Enable table validation modules + +--- + modules.cfg | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/modules.cfg b/modules.cfg +index f30049c38cc45159..7b8e50fe1b34584a 100644 +--- a/modules.cfg ++++ b/modules.cfg +@@ -120,7 +120,7 @@ AUX_MODULES += cache + # TrueType GX/AAT table validation. Needs ftgxval.c below. + # + # No FT_CONFIG_OPTION_PIC support. +-# AUX_MODULES += gxvalid ++AUX_MODULES += gxvalid + + # Support for streams compressed with gzip (files with suffix .gz). + # +@@ -143,7 +143,7 @@ AUX_MODULES += bzip2 + # OpenType table validation. Needs ftotval.c below. + # + # No FT_CONFIG_OPTION_PIC support. +-# AUX_MODULES += otvalid ++AUX_MODULES += otvalid + + # Auxiliary PostScript driver component to share common code. + # +-- +2.9.3 + -- cgit v1.2.3