diff options
author | L. E. Segovia <amy@centricular.com> | 2023-08-23 11:44:26 -0300 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2023-11-21 00:57:44 +0000 |
commit | 6788ff0c02220132fc9639b8dc7397d856845a4a (patch) | |
tree | 23dc64d6e06c99c71819a93ff54567a2facde4ad /recipes/pango.recipe | |
parent | 0ea38404d160e2a6988fd6c78ed4b0e3221d262c (diff) |
pango: Add Perl interpreter consistency check
In Windows, we've got the case that Perl is found from the UCRT64 path,
but Meson wants to invoke it for a MSYS64 script. This results in a
Locale::gettext import failure only detectable at build time.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1311>
Diffstat (limited to 'recipes/pango.recipe')
-rw-r--r-- | recipes/pango.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/pango.recipe b/recipes/pango.recipe index abc9b5e0..545cae86 100644 --- a/recipes/pango.recipe +++ b/recipes/pango.recipe @@ -18,6 +18,7 @@ class Recipe(recipe.Recipe): 'pango/0001-pango-layout-fix-build-with-Android-s-bionic-libc.patch', # https://gitlab.gnome.org/GNOME/pango/-/merge_requests/694 'pango/0001-win32-Fix-32bit-build-crash-on-DeleteDC.patch', + 'pango/0004-utils-Check-that-help2man-can-run-if-found.patch', ] files_libs = ['libpangocairo-1.0', 'libpango-1.0', 'libpangoft2-1.0'] |