Skip to content

Commit c0e8509

Browse files
committed
Keep libfreetype in package for harfbuzz compatibility
1 parent 796d82f commit c0e8509

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Support/package.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ else
138138
linuxdeployqt ShapeWorksStudio -verbose=2
139139
cd ..
140140

141-
rm lib/libxcb* lib/libX* lib/libfont* lib/libfreetype*
141+
# Keep libfreetype as harfbuzz depends on it (FT_Get_Transform requires freetype 2.11+)
142+
rm lib/libxcb* lib/libX* lib/libfont*
142143
rm -rf geometry-central doc
143144
fi
144145

0 commit comments

Comments
 (0)