diff options
author | Bradley Sepos <[email protected]> | 2016-05-01 18:57:42 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:54:05 -0400 |
commit | 85c90d645736c5b60093e91216208e9edd81b750 (patch) | |
tree | 90619436f7e2c422d0bdaa18e45ad83bc5460166 /contrib/harfbuzz/module.rules | |
parent | 810bde37ee14a29a087eabe409839fc5c53ada06 (diff) |
contrib: Update to libass 0.13.2 and add HarfBuzz 1.2.6.
HarfBuzz is now enabled when building libass.
Resolves #162.
Additional libass notes:
- Add yasm dependency for better performance.
- Remove no longer valid configure params.
- Disable new coretext and directwrite font selection backends pending additional testing (coretext did not build properly).
Diffstat (limited to 'contrib/harfbuzz/module.rules')
-rw-r--r-- | contrib/harfbuzz/module.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/harfbuzz/module.rules b/contrib/harfbuzz/module.rules new file mode 100644 index 000000000..dab4f1d1c --- /dev/null +++ b/contrib/harfbuzz/module.rules @@ -0,0 +1,2 @@ +$(eval $(call import.MODULE.rules,HARFBUZZ)) +$(eval $(call import.CONTRIB.rules,HARFBUZZ)) |