Merge pull request #5704 from HiassofT/le11-fontconfig

fontconfig: remove kodi's font folder from fontconfig dirs
This commit is contained in:
CvH 2021-10-02 13:28:21 +02:00 committed by GitHub
commit 86bbea0672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -1,5 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<dir>/storage/.kodi/media/Fonts</dir>
</fontconfig>

View File

@ -28,7 +28,4 @@ pre_configure_target() {
post_makeinstall_target() {
rm -rf ${INSTALL}/usr/bin
mkdir -p ${INSTALL}/etc/fonts/conf.d
cp ${PKG_DIR}/conf.d/*.conf ${INSTALL}/etc/fonts/conf.d
}