emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] harfbuzz f3fddfb: Update dependencies


From: Phillip Lord
Subject: [Emacs-diffs] harfbuzz f3fddfb: Update dependencies
Date: Mon, 3 Jun 2019 18:20:42 -0400 (EDT)

branch: harfbuzz
commit f3fddfb5ef9b72cecc379e8b7ae4b728ed3895d7
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Update dependencies
    
    * admin/nt/dist-build/build-dep-zips.py: Add harfbuzz as dependency
---
 admin/nt/dist-build/build-dep-zips.py | 5 +++--
 1 file 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 5a5bfe7..f0e96f4 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]