aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPhillip Lord2020-03-23 09:38:36 +0000
committerPhillip Lord2020-03-23 09:38:36 +0000
commitf2351a689b8f8df840f1a21263612c7edb4b39f4 (patch)
tree71184a4211cf7061fb5fde03a0d618ed302f7be4 /admin
parent8944310d7c9e259c9611ff2f0004c3176eb0ddab (diff)
downloademacs-f2351a689b8f8df840f1a21263612c7edb4b39f4.tar.gz
emacs-f2351a689b8f8df840f1a21263612c7edb4b39f4.zip
Add Harfbuzz dependency
* admin/nt/dist-build/build-dep-zips.py: Add harfbuzz as a dependency.
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/nt/dist-build/build-dep-zips.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py
index f206ff3da2f..33ed4b6fb01 100755
--- a/admin/nt/dist-build/build-dep-zips.py
+++ b/admin/nt/dist-build/build-dep-zips.py
@@ -31,6 +31,7 @@ EMACS_MAJOR_VERSION="27"
31# This list derives from the features we want Emacs to compile with. 31# This list derives from the features we want Emacs to compile with.
32PKG_REQ='''mingw-w64-x86_64-giflib 32PKG_REQ='''mingw-w64-x86_64-giflib
33mingw-w64-x86_64-gnutls 33mingw-w64-x86_64-gnutls
34mingw-w64-x86_64-harfbuzz
34mingw-w64-x86_64-lcms2 35mingw-w64-x86_64-lcms2
35mingw-w64-x86_64-libjpeg-turbo 36mingw-w64-x86_64-libjpeg-turbo
36mingw-w64-x86_64-libpng 37mingw-w64-x86_64-libpng