Fix build_gir logic

This commit is contained in:
Staudey
2022-12-27 04:54:52 +00:00
parent 35516a5e86
commit 7e4a2a5724

View File

@ -849,7 +849,7 @@ endif
# Introspection
gir = find_program('g-ir-scanner', required : get_option('introspection'))
build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection'))
build_gir = gir.found() and get_option('introspection')
subdir('gdk')
subdir('gtk')