14 lines
379 B
Diff
14 lines
379 B
Diff
# upsteam: https://gitlab.com/libosinfo/libosinfo/merge_requests/36
|
|
|
|
--- meson.build
|
|
+++ 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')
|