meson: Add dependency to gobject-introspection
We seem to need this to build the introspection bindings. Closes: #385
This commit is contained in:
parent
7ff95dc39a
commit
db1e88138b
1 changed files with 3 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue