Changeset View
Changeset View
Standalone View
Standalone View
files/0001-modules-Enable-gxvalid-otvalid.patch
| From 6d286eab89df1a9866fa78fb119bd04d9e3d1753 Mon Sep 17 00:00:00 2001 | From 6d286eab89df1a9866fa78fb119bd04d9e3d1753 Mon Sep 17 00:00:00 2001 | ||||
| From: Ikey Doherty <ikey@solus-project.com> | From: Ikey Doherty <ikey@solus-project.com> | ||||
| Date: Fri, 9 Dec 2016 01:57:52 +0000 | Date: Fri, 9 Dec 2016 01:57:52 +0000 | ||||
| Subject: [PATCH 1/3] modules: Enable gxvalid + otvalid | Subject: [PATCH 1/3] modules: Enable gxvalid + otvalid | ||||
| Signed-off-by: Ikey Doherty <ikey@solus-project.com> | Signed-off-by: Ikey Doherty <ikey@solus-project.com> | ||||
| --- | --- | ||||
| modules.cfg | 4 ++-- | modules.cfg | 4 ++-- | ||||
| 1 file changed, 2 insertions(+), 2 deletions(-) | 1 file changed, 2 insertions(+), 2 deletions(-) | ||||
| diff --git a/modules.cfg b/modules.cfg | diff --git a/modules.cfg b/modules.cfg | ||||
| index f30049c..7b8e50f 100644 | index dc6c8d4..2ab1450 100644 | ||||
| --- a/modules.cfg | ---- a/modules.cfg | ||||
| +++ b/modules.cfg | -+++ b/modules.cfg | ||||
| @@ -120,7 +120,7 @@ AUX_MODULES += cache | @@ -111,7 +111,7 @@ AUX_MODULES += cache | ||||
| # TrueType GX/AAT table validation. Needs ftgxval.c below. | |||||
| # TrueType GX/AAT table validation. Needs `ftgxval.c' below. | |||||
| # | # | ||||
| # No FT_CONFIG_OPTION_PIC support. | |||||
| -# AUX_MODULES += gxvalid | -# AUX_MODULES += gxvalid | ||||
| +AUX_MODULES += gxvalid | +AUX_MODULES += gxvalid | ||||
| # Support for streams compressed with gzip (files with suffix .gz). | # Support for streams compressed with gzip (files with suffix .gz). | ||||
| # | # | ||||
| @@ -143,7 +143,7 @@ AUX_MODULES += bzip2 | @@ -130,7 +130,7 @@ AUX_MODULES += bzip2 | ||||
| # OpenType table validation. Needs ftotval.c below. | |||||
| # OpenType table validation. Needs `ftotval.c' below. | |||||
| # | # | ||||
| # No FT_CONFIG_OPTION_PIC support. | |||||
| -# AUX_MODULES += otvalid | -# AUX_MODULES += otvalid | ||||
| +AUX_MODULES += otvalid | +AUX_MODULES += otvalid | ||||
| # Auxiliary PostScript driver component to share common code. | # Auxiliary PostScript driver component to share common code. | ||||
| # | # | ||||
| -- | -- | ||||
| 2.11.0 | 2.24.1 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.