summaryrefslogtreecommitdiff
path: root/recipes/glib.recipe
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2018-08-03 12:41:52 +1000
committerNirbheek Chauhan <nirbheek@centricular.com>2018-08-17 20:20:17 +0530
commit42728f829a2a2b7bb848f308453b413c3ef96d34 (patch)
tree45b664c471999da09a7f588efb2aa61fdba964d0 /recipes/glib.recipe
parent377e2bacf2073c0da7bbf7d5a206490eda414d3b (diff)
glib: Some macOS build fixes
Fixes macOS detection and building, and allow glimagesink to create an output window with gst-launch-1.0 Also remove unneeded patches from glib-tools, since that recipe is only used for glib-mkenums, gdbus-codegen, etc. Signed-off-by: Nirbheek Chauhan <nirbheek@centricular.com>
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r--recipes/glib.recipe3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe
index d1e08511..c75b8725 100644
--- a/recipes/glib.recipe
+++ b/recipes/glib.recipe
@@ -45,6 +45,9 @@ class Recipe(recipe.Recipe):
'glib/0001-meson-Add-exception-for-atomic-ops-test-for-Android.patch',
'glib/0001-gengiotypefuncs.py-Read-and-parse-files-in-binary-mo.patch',
'glib/0001-Use-a-real-test-for-G_HAVE_GNUC_VISIBILITY.patch',
+ 'glib/0001-Revert-Revert-Rename-objective-c-files-from-c-to-m.patch',
+ 'glib/0002-Revert-Revert-Meson-Fix-cocoa-and-carbon-support.patch',
+ 'glib/0003-Fix-missing-osx-files-when-running-make-dist.patch',
# Under discussion upstream: https://gitlab.gnome.org/GNOME/glib/issues/1413
'glib/0001-meson-Always-set-G_MODULE_SUFFIX-to-so-on-macOS.patch',
]