From: Simon McVittie Date: Fri, 28 Feb 2025 12:15:22 +0000 (+0000) Subject: build: If GLib is a subproject, disable GObject-Introspection X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a01eb02aefca258e1b970d36fa04886eeb03d5d;p=thirdparty%2Fdbus.git build: If GLib is a subproject, disable GObject-Introspection We don't need this and it will only slow down the build. Signed-off-by: Simon McVittie --- diff --git a/meson.build b/meson.build index 19d842ce0..3f4ad3162 100644 --- a/meson.build +++ b/meson.build @@ -386,6 +386,7 @@ else required: get_option('modular_tests'), fallback: ['glib', 'libglib_dep'], default_options: fallback_subproject_options + [ + 'introspection=disabled', 'tests=false', ], )