build: Fix building with introspection disabled and testsuite enabled

The headless tests are written in Python and need g-i.
This commit is contained in:
Patrick Griffis
2023-07-23 19:30:30 -05:00
parent 0b1bcf8bee
commit 59941930f7

View File

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