Compare commits

..

2 Commits

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

See merge request libfprint/libfprint!406
2025-02-21 11:05:23 +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', 'GObject-2.0',
'GUsb-1.0', 'GUsb-1.0',
], ],
fatal_warnings: true,
install : true) install : true)
libfprint_gir = libfprint_girtarget[0] libfprint_gir = libfprint_girtarget[0]
libfprint_typelib = libfprint_girtarget[1] libfprint_typelib = libfprint_girtarget[1]