libfprint: Use fatal-warnings on g-i-scanner

Be strict on introspection checks, so that we are sure to do the things
properly.
This commit is contained in:
Marco Trevisan (Treviño)
2022-10-13 23:43:00 +02:00
committed by Marco Trevisan
parent 1af1acd81c
commit 9a4faf378e

View File

@@ -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]