Fix build_gir logic
This commit is contained in:
@ -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')
|
||||
|
||||
Reference in New Issue
Block a user