diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-06-07 17:52:16 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-06-07 17:52:16 +0300 |
commit | 4ebfec02f05d838e4c88d10a764c13789816d6d4 (patch) | |
tree | f479671bb5f295b5eb324163e56751cb000f20b4 /admin/nt | |
parent | e5bc9a32b65e16ff48a50d56e3d8b4990e95acac (diff) | |
parent | f3fddfb5ef9b72cecc379e8b7ae4b728ed3895d7 (diff) | |
download | emacs-4ebfec02f05d838e4c88d10a764c13789816d6d4.tar.gz emacs-4ebfec02f05d838e4c88d10a764c13789816d6d4.tar.bz2 emacs-4ebfec02f05d838e4c88d10a764c13789816d6d4.zip |
Merge remote-tracking branch 'origin/harfbuzz'
Diffstat (limited to 'admin/nt')
-rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index 5a5bfe7b37f..f0e96f43c8c 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py @@ -53,13 +53,14 @@ def extract_deps(): # 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 mingw-w64-x86_64-librsvg mingw-w64-x86_64-libtiff mingw-w64-x86_64-libxml2 -mingw-w64-x86_64-xpm-nox -mingw-w64-x86_64-lcms2'''.split() +mingw-w64-x86_64-xpm-nox'''.split() # Get a list of all dependencies needed for packages mentioned above. # Run `pactree -lu' for each element of $PKG_REQ. |