diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2020-03-23 09:38:36 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2020-03-23 09:38:36 +0000 |
commit | f2351a689b8f8df840f1a21263612c7edb4b39f4 (patch) | |
tree | 71184a4211cf7061fb5fde03a0d618ed302f7be4 /admin/nt/dist-build | |
parent | 8944310d7c9e259c9611ff2f0004c3176eb0ddab (diff) | |
download | emacs-f2351a689b8f8df840f1a21263612c7edb4b39f4.tar.gz emacs-f2351a689b8f8df840f1a21263612c7edb4b39f4.tar.bz2 emacs-f2351a689b8f8df840f1a21263612c7edb4b39f4.zip |
Add Harfbuzz dependency
* admin/nt/dist-build/build-dep-zips.py: Add harfbuzz as a dependency.
Diffstat (limited to 'admin/nt/dist-build')
-rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 1 |
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" # This list derives from the features we want Emacs to compile with. PKG_REQ='''mingw-w64-x86_64-giflib mingw-w64-x86_64-gnutls +mingw-w64-x86_64-harfbuzz mingw-w64-x86_64-lcms2 mingw-w64-x86_64-libjpeg-turbo mingw-w64-x86_64-libpng |