From c8fe59e33919355cd8c6e3b4865895f257269531 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Jan 2021 23:41:37 -0500 Subject: Use gobject-introspection subproject on MacOS --- meson.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meson.build b/meson.build index f8085a36..28baec6b 100644 --- a/meson.build +++ b/meson.build @@ -211,6 +211,11 @@ gio_dep = dependency('gio-2.0', version: glib_req_version, fallback: ['glib', 'libgio_dep']) pango_deps += [glib_dep, gobject_dep, gio_dep] +if host_system == 'darwin' + subproject('gobject-introspection') +endif +gobject_introspection_dep = dependency('gobject-introspection-1.0') + fribidi_dep = dependency('fribidi', version: fribidi_req_version, fallback: ['fribidi', 'libfribidi_dep'], default_options: ['docs=false']) -- cgit v1.2.1