diff options
author | Akira TAGOH <akira@tagoh.org> | 2013-02-18 13:17:53 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2013-02-18 13:17:53 +0900 |
commit | 2c696255749683e9a084f797eb033d222510a275 (patch) | |
tree | 443453a7b99d53e3983bb0e3da3eebf6ea6a176e /conf.d/10-sub-pixel-vbgr.conf | |
parent | 83f679ce558de736ef1a095a362397da0ac3417f (diff) |
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/10-sub-pixel-vbgr.conf')
-rw-r--r-- | conf.d/10-sub-pixel-vbgr.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/10-sub-pixel-vbgr.conf b/conf.d/10-sub-pixel-vbgr.conf index 392634d5..c807e5c0 100644 --- a/conf.d/10-sub-pixel-vbgr.conf +++ b/conf.d/10-sub-pixel-vbgr.conf @@ -2,7 +2,7 @@ <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Enable sub-pixel rendering --> - <match target="font"> + <match target="pattern"> <!-- This configuration is available on the major desktop environments. We shouldn't overwrite it with "assign" unconditionally. |