diff options
author | Piotr Brzeziński <thewildtree@outlook.com> | 2023-10-16 14:43:41 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2023-10-16 19:36:36 +0100 |
commit | 222806b3ef552d28da7450a75d7d3aea67f0596c (patch) | |
tree | c11f9e3cf66570b578565e45837603df65591a9f /recipes/glib.recipe | |
parent | dc2ce374f3ea6dc7204b04caf3920e985ab47096 (diff) |
glib: Re-add gio module loading patch for macOS
This one was incorrectly removed in bda5e209a013e097e2dcece431a683a61d045ce9 when bumping glib version.
We're at 2.74, this patch is not present upstream until 2.75.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1284>
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r-- | recipes/glib.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 672e39bb..ac38508a 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -47,6 +47,8 @@ class Recipe(recipe.Recipe): 'glib/0001-gio-fix-duplicate-g_trace_-symbols-in-static-libs-wi.patch', # From post-2.74.4 glib upstream (remove when bumping version) 'glib/0001-gthread-posix-need-to-include-errno.h.patch', + # Upstreamed since 2.75 (remove when bumping version) + 'glib/0001-giomodule-Automatically-detect-modules-on-macOS.patch', ] files_libs = [ |