Merge pull request #5705 from HiassofT/le10-fontconfig

[le10] fontconfig: remove kodi's font folder from fontconfig dirs
This commit is contained in:
Christian Hewitt 2021-10-25 10:31:21 +04:00 committed by GitHub
commit 2ae26f3b0c
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
}