summaryrefslogtreecommitdiff
path: root/conf.d/11-lcdfilter-default.conf
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-02-18 13:17:53 +0900
committerAkira TAGOH <akira@tagoh.org>2013-02-18 13:17:53 +0900
commit2c696255749683e9a084f797eb033d222510a275 (patch)
tree443453a7b99d53e3983bb0e3da3eebf6ea6a176e /conf.d/11-lcdfilter-default.conf
parent83f679ce558de736ef1a095a362397da0ac3417f (diff)
downloadfontconfig-2c696255749683e9a084f797eb033d222510a275.tar.gz
Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
Move the target of recipes to the "pattern" from the "font". This is to ensure the targeted objects is updated by them prior to FcDefaultSubstitute() so that it can adds the default values properly.
Diffstat (limited to 'conf.d/11-lcdfilter-default.conf')
-rw-r--r--conf.d/11-lcdfilter-default.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/11-lcdfilter-default.conf b/conf.d/11-lcdfilter-default.conf
index e251edd..9d7d11f 100644
--- a/conf.d/11-lcdfilter-default.conf
+++ b/conf.d/11-lcdfilter-default.conf
@@ -2,7 +2,7 @@
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Use lcddefault as default for LCD filter -->
- <match target="font">
+ <match target="pattern">
<!--
This configuration is available on the major desktop environments.
We shouldn't overwrite it with "assign" unconditionally.