Skip to content

Commit

Permalink
Update fontconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Jun 5, 2023
1 parent 76024ab commit 6ab20ab
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ if [[ -z $TERMUX_VERSION ]]; then
7z a MagiskFonts.zip META-INF customize.sh module.prop system tool
exit
fi
pushd fontconfig

pushd fontconfig
rm -rf build
meson build
ninja -C build
cp build/fc-scan/fc-scan build/src/libfontconfig.so* ../tool
echo '<fontconfig></fontconfig>' > tool/fonts.conf
cp build/fc-scan/fc-scan build/src/libfontconfig.so* build/subprojects/freetype2/libfreetype.so* ../tool
popd
rm -rf system/etc
rm -rf MagiskFonts.zip
Expand Down
2 changes: 1 addition & 1 deletion fontconfig
Submodule fontconfig updated from c8f621 to ff0370
Binary file modified tool/fc-scan
Binary file not shown.
Binary file modified tool/libfontconfig.so.1.13.0
Binary file not shown.
1 change: 1 addition & 0 deletions tool/libfreetype.so
1 change: 1 addition & 0 deletions tool/libfreetype.so.6
Binary file added tool/libfreetype.so.6.19.0
Binary file not shown.

0 comments on commit 6ab20ab

Please sign in to comment.