1 From 42e58c4c3e95a4a78ee8294f9b3901726bbbabe4 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3 Date: Sat, 11 May 2019 00:21:11 +0200
4 Subject: [PATCH] Do not skip gir installation for cross compiling
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 We are cool and can handle cross gobject-introspection.
11 Upstream-Status: Inappropriate [OE specific]
13 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
15 headers/meson.build | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
18 diff --git a/headers/meson.build b/headers/meson.build
19 index 3ce8b61..1132695 100644
20 --- a/headers/meson.build
21 +++ b/headers/meson.build
22 @@ -19,7 +19,7 @@ enums_xml = custom_target(
24 install_dir: schemasdir)
26 -if not meson.is_cross_build() and get_option('introspection')
27 +if get_option('introspection')
28 noinst_lib = shared_library('noinst',