mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
meson: Explicitely include GObject-2.0 in the gir
This commit is contained in:
parent
34084df96a
commit
6e018d7b2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue