summaryrefslogtreecommitdiff
path: root/fonts.conf.in
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2012-04-04 16:49:30 +0900
committerAkira TAGOH <akira@tagoh.org>2012-04-05 12:23:49 +0900
commite181ab4de5d20fe1f70e68f66ef8332553eba206 (patch)
tree6b2a4ee294b09bd6a92403e0c35fdae930296967 /fonts.conf.in
parentbb02899d9ff9813738809fb5349a9f3ae2dba76f (diff)
Bug 29341 - Make some fontconfig paths configurable
Add configure options to set the directory to be installed: --with-templatedir for the configuration files a.k.a. /etc/fonts/conf.avail --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts --with-configdir for the active configuration files a.k.a. /etc/fonts/conf.d --with-xmldir for fonts.dtd etc and the default path for templatedir is changed to ${datadir}/fontconfig/conf.avail
Diffstat (limited to 'fonts.conf.in')
-rw-r--r--fonts.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts.conf.in b/fonts.conf.in
index a17c01e..533381b 100644
--- a/fonts.conf.in
+++ b/fonts.conf.in
@@ -66,7 +66,7 @@
<!--
Load local system customization file
-->
- <include ignore_missing="yes">conf.d</include>
+ <include ignore_missing="yes">@CONFIGDIR@</include>
<!-- Font cache directory list -->