summaryrefslogtreecommitdiff
path: root/recipes/harfbuzz.recipe
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2022-03-27 14:46:10 +1100
committerMatthew Waters <matthew@centricular.com>2022-05-03 17:15:00 +1000
commitee1508aac5a5f57104f52d0c0e4fb3afd70fc29e (patch)
tree5a37a8aa2be5231c9877f08bcfe029d61ceddee5 /recipes/harfbuzz.recipe
parentb427ce624c405e194ccb34162a55dc02fef8b9d6 (diff)
harfbuzz: disable werror from internal pragmas1.20.2
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/857>
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']