Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-12-13 01:53:46 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-12-13 01:54:50 +0400
commit8daba5f36f977aec02c70e0c8f921c4cf6398933 (patch)
treebc2f9fcefea38e03118f43a7cfaaf6b97ebf131e /packages
parentb511df7593bf756010c3489cc659ed8391533e4a (diff)
[pango] Disable font fallback support, it regresses performance
Diffstat (limited to 'packages')
-rw-r--r--packages/pango.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pango.py b/packages/pango.py
index 5a27ddf..3ab6646 100644
--- a/packages/pango.py
+++ b/packages/pango.py
@@ -18,7 +18,7 @@ class PangoPackage (GnomePackage):
'http://git.gnome.org/browse/pango/patch/?id=c21b1bfe1278de08673c495ba398fbdee874a778',
# Bug 647969 - CoreText backend needs proper font fallback/coverage support
# https://bugzilla.gnome.org/show_bug.cgi?id=647969
- 'http://bugzilla-attachments.gnome.org/attachment.cgi?id=201356',
+# 'http://bugzilla-attachments.gnome.org/attachment.cgi?id=201356',
# Bug 664125 - Zero-width spaces cause missing characters
'http://bugzilla-attachments.gnome.org/attachment.cgi?id=202190',
])