mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
webrtc: Fix gobject-introspection build with meson
This commit is contained in:
parent
b35b01ad09
commit
1a889a3adc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ gstwebrtc = library('gstwebrtc-' + api_version,
|
|||
|
||||
if build_gir
|
||||
webrtc_gir = gnome.generate_gir(gstwebrtc,
|
||||
sources : gstwebrtc_sources + gstwebrtc_headers,
|
||||
sources : webrtc_sources + webrtc_headers + [gstwebrtc_h],
|
||||
namespace : 'GstWebRTC',
|
||||
nsversion : api_version,
|
||||
identifier_prefix : 'Gst',
|
||||
|
|
Loading…
Reference in a new issue