mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
meson: Add mssing GstBase-1.0 include in the gir generation
This commit is contained in:
parent
992d026ebf
commit
c610076d85
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ if build_gir
|
|||
identifier_prefix : 'Gst',
|
||||
symbol_prefix : 'gst',
|
||||
export_packages : 'gstreamer-audio-1.0',
|
||||
includes : ['Gst-1.0', 'GLib-2.0', 'GObject-2.0', 'GModule-2.0' ],
|
||||
includes : ['Gst-1.0', 'GstBase-1.0', 'GLib-2.0', 'GObject-2.0', 'GModule-2.0' ],
|
||||
install : true,
|
||||
extra_args : gst_gir_extra_args,
|
||||
dependencies : gstaudio_deps
|
||||
|
|
Loading…
Reference in a new issue