Merge branch 'pgriffis/fix-no-introspection-build' into 'main'

build: Fix building with introspection disabled and testsuite enabled

See merge request GNOME/gtk!6210
This commit is contained in:
Matthias Clasen 2023-07-24 21:11:17 +00:00
commit b00b0902ca

View File

@ -70,7 +70,9 @@ subdir('tools')
subdir('reftests')
if build_gir
subdir('introspection')
if wayland_enabled
subdir('headless')
endif
endif
if wayland_enabled
subdir('headless')
endif