summaryrefslogtreecommitdiff
path: root/scripts/freetype
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-10-06 13:55:14 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-10-06 16:37:38 +0200
commit70ed309e1c69ab8cd7e107f27d101f9a13416333 (patch)
treea2ff182138ba4b5d607637df5c8b554f5613ecad /scripts/freetype
parentd97c9eda43563ca95b11e1da7ad43fd2a320d8e0 (diff)
downloadmupdf-70ed309e1c69ab8cd7e107f27d101f9a13416333.tar.xz
Update freetype submodule to version 2.6.1.
Diffstat (limited to 'scripts/freetype')
-rw-r--r--scripts/freetype/slimftoptions.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/scripts/freetype/slimftoptions.h b/scripts/freetype/slimftoptions.h
index 5ee9f315..67f618b9 100644
--- a/scripts/freetype/slimftoptions.h
+++ b/scripts/freetype/slimftoptions.h
@@ -1,14 +1,19 @@
/* custom ftoption.h which selects the minimum features needed by mupdf */
-#include <config/ftoption.h>
+#include <freetype/config/ftoption.h>
+
#undef FT_CONFIG_OPTION_USE_LZW
#undef FT_CONFIG_OPTION_USE_ZLIB
+#undef FT_CONFIG_OPTION_USE_BZIP2
+#undef FT_CONFIG_OPTION_USE_PNG
+#undef FT_CONFIG_OPTION_USE_HARFBUZZ
#undef FT_CONFIG_OPTION_MAC_FONTS
#undef FT_CONFIG_OPTION_INCREMENTAL
+
#undef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
+#undef TT_CONFIG_OPTION_SFNT_NAMES
#undef TT_CONFIG_OPTION_GX_VAR_SUPPORT
#undef TT_CONFIG_OPTION_BDF
+
#undef T1_CONFIG_OPTION_NO_AFM
#undef T1_CONFIG_OPTION_NO_MM_SUPPORT
-
-#undef FT_CONFIG_OPTION_OLD_INTERNALS