mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
tests: Only run tests when introspection bindings are build
The tests cannot work without the introspection bindings. So put them into a corresponding if branch and also add the correct dependency on libfprint_typelib for them to be run.
This commit is contained in:
@@ -6,7 +6,7 @@ project('libfprint', [ 'c', 'cpp' ],
|
||||
'warning_level=1',
|
||||
'c_std=c99',
|
||||
],
|
||||
meson_version: '>= 0.45.0')
|
||||
meson_version: '>= 0.46.0')
|
||||
|
||||
gnome = import('gnome')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user