webrtc: Fix gobject-introspection build with meson

This commit is contained in:
Sebastian Dröge 2018-03-15 16:45:46 +02:00
parent b35b01ad09
commit 1a889a3adc

View file

@ -54,7 +54,7 @@ gstwebrtc = library('gstwebrtc-' + api_version,
if build_gir if build_gir
webrtc_gir = gnome.generate_gir(gstwebrtc, webrtc_gir = gnome.generate_gir(gstwebrtc,
sources : gstwebrtc_sources + gstwebrtc_headers, sources : webrtc_sources + webrtc_headers + [gstwebrtc_h],
namespace : 'GstWebRTC', namespace : 'GstWebRTC',
nsversion : api_version, nsversion : api_version,
identifier_prefix : 'Gst', identifier_prefix : 'Gst',