[pango/macos-introspection] Use gobject-introspection subproject on MacOS
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/macos-introspection] Use gobject-introspection subproject on MacOS
- Date: Wed, 6 Jan 2021 05:06:34 +0000 (UTC)
commit d294ac2af2679dd81a05f6ad21c582407435de4b
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jan 5 23:41:37 2021 -0500
Use gobject-introspection subproject on MacOS
meson.build | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/meson.build b/meson.build
index 5bd193c8..634837ed 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'])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]