diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-07 20:52:56 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-07 20:53:46 +0200 |
commit | 67206c3e39b396b968111700092a5ab48e2eb356 (patch) | |
tree | 3ee1f9eb255a9fe01a49205bbb1df881604ec84a /recipes/libass.recipe | |
parent | 4ddada5abbde46ab3e03d6aefe7485d6d3890e29 (diff) |
libass: Enable DirectWrite again
Patch from upstream to fix the build. It always only used DirectWrite
when it was detected as runtime, but the build failed nonetheless for us
because our mingw headers are broken and old. They were fixed some time
in 2011... The toolchain should really be updated.
Diffstat (limited to 'recipes/libass.recipe')
-rw-r--r-- | recipes/libass.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libass.recipe b/recipes/libass.recipe index ac9120c0..0d62c4b7 100644 --- a/recipes/libass.recipe +++ b/recipes/libass.recipe @@ -10,7 +10,7 @@ class Recipe(recipe.Recipe): deps = ['freetype', 'fontconfig', 'libpng', 'fribidi'] make_check = None autoreconf = True - patches = ['libass/0001-Only-enable-DirectWrite-if-the-Dwrite.h-header-is-fo.patch'] + patches = ['libass/0001-directwrite-drop-SAL-annotations.patch'] files_libs = ['libass'] files_devel = ['include/ass', 'lib/pkgconfig/libass.pc'] |