mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-13 01:30:29 +01:00
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 <smcv@collabora.com>
This commit is contained in:
parent
57abac5bc8
commit
0a01eb02ae
1 changed files with 1 additions and 0 deletions
|
|
@ -386,6 +386,7 @@ else
|
|||
required: get_option('modular_tests'),
|
||||
fallback: ['glib', 'libglib_dep'],
|
||||
default_options: fallback_subproject_options + [
|
||||
'introspection=disabled',
|
||||
'tests=false',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue