File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ echo FF_ARGS=$FF_ARGS
3030
3131git -C zlib apply ../zlib.patch || true
3232git -C FFmpeg apply ../ffmpeg.patch || true
33+ git -C harfbuzz apply ../harfbuzz.patch || true
3334
3435# --enable-libfribidi --enable-libass
3536# ./build-meson-dep.sh fribidi -Ddocs=false
Original file line number Diff line number Diff line change 1+ diff --git a/src/harfbuzz.pc.in b/src/harfbuzz.pc.in
2+ index 661251c2d..b3e124aa8 100644
3+ --- a/src/harfbuzz.pc.in
4+ +++ b/src/harfbuzz.pc.in
5+ @@ -8,6 +8,6 @@ Description: HarfBuzz text shaping library
6+ Version: %VERSION%
7+
8+ Libs: -L${libdir} -lharfbuzz
9+ - Libs.private: -lm %libs_private%
10+ + Libs.private: %libs_private%
11+ Requires.private: %requires_private%
12+ Cflags: -I${includedir}/harfbuzz
You can’t perform that action at this time.
0 commit comments