diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-01-17 01:57:03 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-01-18 01:11:09 +0200 |
commit | 1615b7f1d078b2bdf22a856066346e701f816b72 (patch) | |
tree | 58bc96c488b75e91580d3da92cc934d2b321ffb0 /vcl/Library_vcl.mk | |
parent | 97ed0bdcb283a3c45d4b155515cd9ef5d97138ab (diff) |
Do proper script itemization with HarfBuzz
This implements http://www.unicode.org/reports/tr24/ by using ICU’s
implementation of it, but since the code in question is private API, I
simply copied the two self-contained files.
This commit is best viewed with --ignore-space-change.
Change-Id: I38c385d4fb6f8a2edc804d48f0aa14df9f0a8b3b
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index cbbae6a87609..204a0d62c530 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -464,6 +464,7 @@ vcl_generic_code= \ vcl/generic/glyphs/gcach_layout \ vcl/generic/glyphs/gcach_rbmp \ vcl/generic/glyphs/glyphcache \ + vcl/generic/glyphs/scrptrun \ vcl/generic/fontmanager/fontcache \ vcl/generic/fontmanager/fontconfig \ vcl/generic/fontmanager/fontmanager \ |