[pango/macos-introspection: 38/38] Use gobject-introspection subproject on MacOS
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/macos-introspection: 38/38] Use gobject-introspection subproject on MacOS
- Date: Sun, 24 Jan 2021 21:57:42 +0000 (UTC)
commit c8fe59e33919355cd8c6e3b4865895f257269531
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 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'])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]