Compare commits

...

2 Commits

Author SHA1 Message Date
Marco Trevisan
bcb5966662 Merge branch 'gir-fatal-warnings' into 'master'
libfprint: Use fatal-warnings on g-i-scanner

See merge request libfprint/libfprint!406
2025-11-04 13:39:26 +00:00
Marco Trevisan (Treviño)
c34ae924db libfprint: Use fatal-warnings on g-i-scanner
Be strict on introspection checks, so that we are sure to do the things
properly.
2025-02-21 11:05:20 +00:00

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]