From 1a889a3adcd6cef3222070910d00284e66e7bd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 15 Mar 2018 16:45:46 +0200 Subject: [PATCH] webrtc: Fix gobject-introspection build with meson --- gst-libs/gst/webrtc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',