From db1e88138b237af924ab14aec7bc358db708558c Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Mon, 21 Jun 2021 17:00:57 +0200 Subject: [PATCH] meson: Add dependency to gobject-introspection We seem to need this to build the introspection bindings. Closes: #385 --- meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson.build b/meson.build index a219f78..a31c18c 100644 --- a/meson.build +++ b/meson.build @@ -87,6 +87,9 @@ mathlib_dep = cc.find_library('m', required: false) # The following dependencies are only used for tests cairo_dep = dependency('cairo', required: false) +# introspection scanning and Gio-2.0.gir +gobject_introspection = dependency('gobject-introspection-1.0', required: get_option('introspection')) + # Drivers drivers = get_option('drivers').split(',') virtual_drivers = [