mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 16:34:24 +09:00
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:
committed by
Marco Trevisan
parent
1af1acd81c
commit
9a4faf378e
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user