Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3fddfb5
Commit
f3fddfb5
authored
Jun 03, 2019
by
Phillip Lord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
* admin/nt/dist-build/build-dep-zips.py: Add harfbuzz as dependency
parent
de9cdc11
Pipeline
#1887
failed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
admin/nt/dist-build/build-dep-zips.py
admin/nt/dist-build/build-dep-zips.py
+3
-2
No files found.
admin/nt/dist-build/build-dep-zips.py
View file @
f3fddfb5
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment