summaryrefslogtreecommitdiff
path: root/recipes/harfbuzz.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/harfbuzz.recipe')
-rw-r--r--recipes/harfbuzz.recipe5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/harfbuzz.recipe b/recipes/harfbuzz.recipe
index 73b6b0cb..e8db6ee5 100644
--- a/recipes/harfbuzz.recipe
+++ b/recipes/harfbuzz.recipe
@@ -20,7 +20,10 @@ class Recipe(recipe.Recipe):
'tests': 'disabled'}
# https://github.com/harfbuzz/harfbuzz/pull/2458
- patches = ['harfbuzz/0001-meson-Export-symbols-for-a-DLL-when-not-building-sta.patch']
+ patches = [
+ 'harfbuzz/0001-meson-Export-symbols-for-a-DLL-when-not-building-sta.patch',
+ 'harfbuzz/0001-harfbuzz-disable-werror-from-pragmas.patch',
+ ]
files_bins = ['hb-ot-shape-closure', 'hb-view', 'hb-shape']
files_libs = ['libharfbuzz']