summaryrefslogtreecommitdiff
path: root/recipes/build-tools/glib-tools.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/build-tools/glib-tools.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/build-tools/glib-tools.recipe')
-rw-r--r--recipes/build-tools/glib-tools.recipe9
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes/build-tools/glib-tools.recipe b/recipes/build-tools/glib-tools.recipe
index 6a37ebdf..fe023aff 100644
--- a/recipes/build-tools/glib-tools.recipe
+++ b/recipes/build-tools/glib-tools.recipe
@@ -12,14 +12,7 @@ class Recipe(recipe.Recipe):
meson_options = {'gtk_doc': 'false', 'internal_pcre': 'true', 'libmount': 'false',
'dtrace': 'false', 'iconv': 'libc'}
deps = ['libffi', 'zlib']
- patches = ["../glib/0003-Add-support-for-loading-GIO-modules-from-the-distro-.patch",
- "../glib/0004-Allow-for-a-second-distro-GIO-module-path-as-used-on.patch",
- "../glib/0005-Blacklist-the-bamf-GIO-module.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',
- '../glib/0013-gmain-Fix-erroneous-if-condition-when-dtrace-is-disa.patch',
- '../glib/glib-2.57-meson-backported-fixes.patch',
+ patches = ['../glib/glib-2.57-meson-backported-fixes.patch',
'../glib/0001-DO-NOT-UPSTREAM-Prototypes-missing-in-Cerbero-s-anci.patch',
'../glib/0001-gengiotypefuncs.py-Read-and-parse-files-in-binary-mo.patch',
]