]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
build: If GLib is a subproject, disable GObject-Introspection
authorSimon McVittie <smcv@collabora.com>
Fri, 28 Feb 2025 12:15:22 +0000 (12:15 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 28 Feb 2025 13:03:13 +0000 (13:03 +0000)
We don't need this and it will only slow down the build.

Signed-off-by: Simon McVittie <smcv@collabora.com>
meson.build

index 19d842ce07a5398ac10a4e3ccaacaa85c34116d2..3f4ad31620d14703470d07ac92231fe7f84742a9 100644 (file)
@@ -386,6 +386,7 @@ else
         required: get_option('modular_tests'),
         fallback: ['glib', 'libglib_dep'],
         default_options: fallback_subproject_options + [
+            'introspection=disabled',
             'tests=false',
         ],
     )