Skip to content

Commit 4183919

Browse files
committed
[PkgConfig] should finally fix tests.
1 parent e423315 commit 4183919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Tests/TSCUtilityTests/pkgconfigInputs/freetype2.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ URL: https://freetype.org
88
Description: A free, high-quality, and portable font engine.
99
Version: 23.4.17
1010
Requires:
11-
Requires.private: zlib, libpng, harfbuzz >= 1.8.0
11+
Requires.private: harfbuzz
1212
Libs: -L${libdir} -lfreetype
1313
Libs.private: -lbz2
1414
Cflags: -I${includedir}/freetype2

Diff for: Tests/TSCUtilityTests/pkgconfigInputs/harfbuzz.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55
Name: harfbuzz
66
Description: HarfBuzz text shaping library
77
Version: 2.7.4
8-
Requires.private: freetype2, graphite2, glib-2.0
8+
Requires.private: freetype2
99
Libs: -L${libdir} -lharfbuzz
1010
Libs.private: -pthread -lm
1111
Cflags: -I${includedir}/harfbuzz

0 commit comments

Comments
 (0)