diff options
| author | Phillip Lord | 2019-06-03 22:50:05 +0100 |
|---|---|---|
| committer | Phillip Lord | 2019-06-03 22:50:05 +0100 |
| commit | f3fddfb5ef9b72cecc379e8b7ae4b728ed3895d7 (patch) | |
| tree | a1e297e2a9b7e09b6ca533dba16448e7f76a3c55 /admin | |
| parent | de9cdc1187e147462431dd89c0790d0de7c7c217 (diff) | |
| download | emacs-f3fddfb5ef9b72cecc379e8b7ae4b728ed3895d7.tar.gz emacs-f3fddfb5ef9b72cecc379e8b7ae4b728ed3895d7.zip | |
Update dependencies
* admin/nt/dist-build/build-dep-zips.py: Add harfbuzz as dependency
Diffstat (limited to 'admin')
| -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(): | |||
| 53 | # This list derives from the features we want Emacs to compile with. | 53 | # This list derives from the features we want Emacs to compile with. |
| 54 | PKG_REQ='''mingw-w64-x86_64-giflib | 54 | PKG_REQ='''mingw-w64-x86_64-giflib |
| 55 | mingw-w64-x86_64-gnutls | 55 | mingw-w64-x86_64-gnutls |
| 56 | mingw-w64-x86_64-harfbuzz | ||
| 57 | mingw-w64-x86_64-lcms2 | ||
| 56 | mingw-w64-x86_64-libjpeg-turbo | 58 | mingw-w64-x86_64-libjpeg-turbo |
| 57 | mingw-w64-x86_64-libpng | 59 | mingw-w64-x86_64-libpng |
| 58 | mingw-w64-x86_64-librsvg | 60 | mingw-w64-x86_64-librsvg |
| 59 | mingw-w64-x86_64-libtiff | 61 | mingw-w64-x86_64-libtiff |
| 60 | mingw-w64-x86_64-libxml2 | 62 | mingw-w64-x86_64-libxml2 |
| 61 | mingw-w64-x86_64-xpm-nox | 63 | mingw-w64-x86_64-xpm-nox'''.split() |
| 62 | mingw-w64-x86_64-lcms2'''.split() | ||
| 63 | 64 | ||
| 64 | # Get a list of all dependencies needed for packages mentioned above. | 65 | # Get a list of all dependencies needed for packages mentioned above. |
| 65 | # Run `pactree -lu' for each element of $PKG_REQ. | 66 | # Run `pactree -lu' for each element of $PKG_REQ. |