Skip to content

Commit 566465e

Browse files
committed
test
1 parent b21d645 commit 566465e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ echo FF_ARGS=$FF_ARGS
3030

3131
git -C zlib apply ../zlib.patch || true
3232
git -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

harfbuzz.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

0 commit comments

Comments
 (0)