summaryrefslogtreecommitdiff
path: root/recipes/glib.recipe
diff options
context:
space:
mode:
authorPiotr BrzeziƄski <piotr@centricular.com>2022-11-16 21:55:32 +0100
committerNirbheek Chauhan <nirbheek@centricular.com>2022-11-17 15:29:46 +0530
commit5cc69e95a4cd3cb60a29f43d51fd0d72eab1d783 (patch)
tree8abff660b35f2a5119823e9de329720338bedae0 /recipes/glib.recipe
parent735bcb4f830bce50a0255d575675dea61947def2 (diff)
glib: Remove Cocoa event loop patch
This was historically needed to make any UI-related macOS APIs work, mainly GL in our case. Since then, workarounds have been implemented in elements using them (glimagesink etc.), rendering this patch mostly unnecessary. Let's remove it for now so we can finally update glib, and if anything turns out broken in the future we can work around it in a better way (a simple wrapper API for example). Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1023>
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r--recipes/glib.recipe1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe
index a25a0e94..c157846b 100644
--- a/recipes/glib.recipe
+++ b/recipes/glib.recipe
@@ -37,7 +37,6 @@ class Recipe(recipe.Recipe):
'glib/0004-Allow-for-a-second-distro-GIO-module-path-as-used-on.patch',
'glib/0006-giomodule-do-not-try-to-load-modules-from-gio-module.patch',
'glib/0008-Unhide-_g_io_modules_ensure_extension_points_registe.patch',
- 'glib/0009-Implementation-of-Cocoa-event-loop-integration-in-GM.patch',
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1415
'glib/0001-meson-Don-t-use-assert-in-test-code.patch',
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1433