meson: Explicitely include GObject-2.0 in the gir

This commit is contained in:
Thibault Saunier 2018-01-29 17:46:06 -03:00
parent 34084df96a
commit 6e018d7b2d

View file

@ -180,7 +180,7 @@ if build_gir
identifier_prefix : 'GES',
symbol_prefix : 'ges',
export_packages : 'ges-1.0',
includes : ['Gst-1.0', 'GstPbutils-1.0', 'GstVideo-1.0', 'Gio-2.0'],
includes : ['Gst-1.0', 'GstPbutils-1.0', 'GstVideo-1.0', 'Gio-2.0', 'GObject-2.0'],
install : true,
dependencies : libges_deps,
extra_args : ges_gir_extra_args