# upsteam: https://gitlab.com/libosinfo/libosinfo/merge_requests/36 --- a/meson.build +++ b/meson.build @@ -29,7 +29,7 @@ # gobject introspection gir = find_program('g-ir-scanner', required: get_option('enable-introspection')) -enable_introspection = gir.found() and not meson.is_cross_build() +enable_introspection = gir.found() # vala vapi_opt = get_option('enable-vala')