1 From 85f7b74fc602214297928afe09347c31d696173d Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Fri, 15 Feb 2019 14:21:06 +0100
4 Subject: [PATCH] Do not enforce no-introspection when cross-building
6 Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libsoup/commit/7ef5ec60c33e254bcd915936bea3f04ba0fe2273]
7 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8 Signed-off-by: Alistair Francis <alistair@alistair23.me>
11 1 file changed, 1 insertion(+), 1 deletion(-)
13 diff --git a/meson.build b/meson.build
14 index 25887f9..6261a7c 100644
17 @@ -281,7 +281,7 @@ enable_gnome = get_option('gnome') and host_machine.system() != 'windows'
18 # FIXME: once we start to require meson 0.49.0+ and gnome-introspection 1.58.1+
19 # the we can enable the introspection even for the static build. See
20 # https://github.com/mesonbuild/meson/pull/4478.
21 -enable_introspection = get_option('introspection') and find_program('g-ir-scanner', required: false).found() and not meson.is_cross_build() and not is_static_library
22 +enable_introspection = get_option('introspection') and find_program('g-ir-scanner', required: false).found() and not is_static_library