15 lines
579 B
Diff
15 lines
579 B
Diff
diff --git a/libgweather/meson.build b/libgweather/meson.build
|
|
index 08311af4..ef554f2e 100644
|
|
--- a/libgweather/meson.build
|
|
+++ b/libgweather/meson.build
|
|
@@ -208,7 +208,7 @@ lib_libgweather = library('gweather-4',
|
|
)
|
|
|
|
g_ir_scanner = find_program('g-ir-scanner', required: get_option('introspection'))
|
|
-build_gir = get_option('introspection') and g_ir_scanner.found() and not meson.is_cross_build()
|
|
+build_gir = get_option('introspection') and g_ir_scanner.found()
|
|
|
|
enable_vala = get_option('enable_vala')
|
|
vapigen = find_program('vapigen', required: enable_vala == 'true')
|
|
|