bf96e50e44
- Introduced valgrind with a patch to respect flags and updated its configuration. - Added Vulkan ICD loader with CMake build configuration. - Implemented Waf build system with a custom build script and configuration. - Included Wayland protocols with Meson build system. - Added xcb-util-keysyms with autotools configuration. - Introduced Yasm with multiple patches for compatibility and improvements. - Added Yelp tools and XSL with Meson build configurations and necessary patches for POSIX compliance.
43 lines
1.1 KiB
Diff
43 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
|
|
Date: Tue, 23 Jun 2015 08:40:29 +0200
|
|
Subject: [PATCH] Enable table validation modules
|
|
|
|
---
|
|
modules.cfg | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/modules.cfg b/modules.cfg
|
|
index fa8592b15171..cc97ec1af50a 100644
|
|
--- a/modules.cfg
|
|
+++ b/modules.cfg
|
|
@@ -117,26 +117,26 @@ AUX_MODULES += cache
|
|
|
|
# TrueType GX/AAT table validation. Needs `ftgxval.c' below.
|
|
#
|
|
-# AUX_MODULES += gxvalid
|
|
+AUX_MODULES += gxvalid
|
|
|
|
# Support for streams compressed with gzip (files with suffix .gz).
|
|
#
|
|
# See include/freetype/ftgzip.h for the API.
|
|
AUX_MODULES += gzip
|
|
|
|
# Support for streams compressed with LZW (files with suffix .Z).
|
|
#
|
|
# See include/freetype/ftlzw.h for the API.
|
|
AUX_MODULES += lzw
|
|
|
|
# Support for streams compressed with bzip2 (files with suffix .bz2).
|
|
#
|
|
# See include/freetype/ftbzip2.h for the API.
|
|
AUX_MODULES += bzip2
|
|
|
|
# OpenType table validation. Needs `ftotval.c' below.
|
|
#
|
|
-# AUX_MODULES += otvalid
|
|
+AUX_MODULES += otvalid
|
|
|
|
# Auxiliary PostScript driver component to share common code.
|
|
#
|