Move <cachedir> elements to the end of fonts.conf.

This allows users to select alternate directories for cache files, ahead of
the 'standard' directories.
This commit is contained in:
Keith Packard 2007-10-24 21:52:56 -07:00
parent d50cfeb805
commit 007cae508c
1 changed files with 5 additions and 5 deletions

View File

@ -27,11 +27,6 @@
@FC_FONTPATH@ @FC_FONTPATH@
<dir>~/.fonts</dir> <dir>~/.fonts</dir>
<!-- Font cache directory list -->
<cachedir>@FC_CACHEDIR@</cachedir>
<cachedir>~/.fontconfig</cachedir>
<!-- <!--
Accept deprecated 'mono' alias, replacing it with 'monospace' Accept deprecated 'mono' alias, replacing it with 'monospace'
--> -->
@ -73,6 +68,11 @@
--> -->
<include ignore_missing="yes">conf.d</include> <include ignore_missing="yes">conf.d</include>
<!-- Font cache directory list -->
<cachedir>@FC_CACHEDIR@</cachedir>
<cachedir>~/.fontconfig</cachedir>
<config> <config>
<!-- <!--
These are the default Unicode chars that are expected to be blank These are the default Unicode chars that are expected to be blank