From c34ae924dbf1a48686e4c26715889511a22a40bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 13 Oct 2022 23:43:00 +0200 Subject: [PATCH] libfprint: Use fatal-warnings on g-i-scanner Be strict on introspection checks, so that we are sure to do the things properly. --- libfprint/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/libfprint/meson.build b/libfprint/meson.build index 0ca17674..34494813 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -410,6 +410,7 @@ if get_option('introspection') 'GObject-2.0', 'GUsb-1.0', ], + fatal_warnings: true, install : true) libfprint_gir = libfprint_girtarget[0] libfprint_typelib = libfprint_girtarget[1]