summarylogtreecommitdiffstats
path: root/01-freetype-2.6-enable-valid.patch
diff options
context:
space:
mode:
Diffstat (limited to '01-freetype-2.6-enable-valid.patch')
-rw-r--r--01-freetype-2.6-enable-valid.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/01-freetype-2.6-enable-valid.patch b/01-freetype-2.6-enable-valid.patch
new file mode 100644
index 000000000000..df81058b16da
--- /dev/null
+++ b/01-freetype-2.6-enable-valid.patch
@@ -0,0 +1,20 @@
+--- a/modules.cfg 2013-11-12 13:02:26.000000000 +0100
++++ b/modules.cfg 2014-03-07 19:18:00.546655169 +0100
+@@ -110,7 +110,7 @@ RASTER_MODULES += smooth
+ 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).
+ #
+@@ -129,7 +129,7 @@ AUX_MODULES += bzip2
+
+ # OpenType table validation. Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+
+ # Auxiliary PostScript driver component to share common code.
+ #