mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
meson: Add dependency to gobject-introspection
We seem to need this to build the introspection bindings. Closes: #385
This commit is contained in:
@@ -87,6 +87,9 @@ mathlib_dep = cc.find_library('m', required: false)
|
||||
# The following dependencies are only used for tests
|
||||
cairo_dep = dependency('cairo', required: false)
|
||||
|
||||
# introspection scanning and Gio-2.0.gir
|
||||
gobject_introspection = dependency('gobject-introspection-1.0', required: get_option('introspection'))
|
||||
|
||||
# Drivers
|
||||
drivers = get_option('drivers').split(',')
|
||||
virtual_drivers = [
|
||||
|
||||
Reference in New Issue
Block a user