diff --git a/gst-libs/gst/webrtc/meson.build b/gst-libs/gst/webrtc/meson.build index 820cf96c5c..f138fa374a 100644 --- a/gst-libs/gst/webrtc/meson.build +++ b/gst-libs/gst/webrtc/meson.build @@ -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',