Skip to content

Commit

Permalink
[freetype] explicitly disable harfbuzz support
Browse files Browse the repository at this point in the history
We must not pick up a version of harfbuzz installed on the system as
this can lead to errors when cross-compiling on macOS for arm64.
  • Loading branch information
jlaine committed Oct 16, 2022
1 parent f40efda commit 210cd94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
name="freetype",
requires=["png"],
source_url="https://download.savannah.gnu.org/releases/freetype/freetype-2.10.1.tar.gz",
# At this point we have not built our own harfbuzz and we do NOT want to
# pick up the system's harfbuzz.
build_argments=["--with-harfbuzz=no"],
),
Package(
name="fontconfig",
Expand Down

0 comments on commit 210cd94

Please sign in to comment.