deps_builder: add missing freetype dep to harfbuzz

without it harfbuzz could build before freetype which
it needs to build.
This commit is contained in:
Ray molenkamp 2022-12-14 08:03:28 -07:00
parent fe3110a285
commit 8daaf71688
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ ExternalProject_Add(external_harfbuzz
add_dependencies(
external_harfbuzz
external_python
external_freetype
# Needed for `MESON`.
external_python_site_packages
)