summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype2/Makefile.in')
-rw-r--r--Build/source/libs/freetype2/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/libs/freetype2/Makefile.in b/Build/source/libs/freetype2/Makefile.in
index 475fe2b6f92..b71adf0346e 100644
--- a/Build/source/libs/freetype2/Makefile.in
+++ b/Build/source/libs/freetype2/Makefile.in
@@ -599,7 +599,9 @@ dist-hook:
# warns "file is not of required architecture", and does not read it.
# There is no apparent reason for this. Using --without-zlib evidently
# causes freetype2 to use its internal zlib, so no functionality should
-# be lost, even though it is not the cleanest solution.
+# be lost, even though it is not the cleanest solution. Similarly, don't
+# incorporate other libraries which are not needed or are elsewhere in TL.
+# They just complicate things.
ft-config:
rm -rf ft-build
$(MKDIR_P) ft-build
@@ -608,9 +610,10 @@ ft-config:
$(SHELL) $(abs_srcdir)/$(FREETYPE_TREE)/configure \
$(config_args) --disable-shared \
--without-bzip2 \
- --without-zlib \
- --without-png \
+ --without-brotli \
--without-harfbuzz \
+ --without-png \
+ --without-zlib \
--prefix=$(abs_builddir)/ft-install \
--libdir=$(abs_builddir) \
--includedir=$(abs_builddir)