]> git.eshelyaron.com Git - emacs.git/commitdiff
Update dependencies
authorPhillip Lord <phillip.lord@russet.org.uk>
Mon, 3 Jun 2019 21:50:05 +0000 (22:50 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Mon, 3 Jun 2019 21:50:05 +0000 (22:50 +0100)
* admin/nt/dist-build/build-dep-zips.py: Add harfbuzz as dependency

admin/nt/dist-build/build-dep-zips.py

index 5a5bfe7b37f419dd45260ea8be5d2799cc27098c..f0e96f43c8ca938001de421f967295f8f1d21fb1 100755 (executable)
@@ -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.