summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-03-15 16:45:46 +0200
committerSebastian Dröge <sebastian@centricular.com>2018-03-15 16:45:46 +0200
commit1a889a3adcd6cef3222070910d00284e66e7bd46 (patch)
treeb333e7c25f1a6acb604c12a702661ef7b7b6d8c8
parentb35b01ad090970439462f1c60e85d9f74f17452c (diff)
webrtc: Fix gobject-introspection build with meson
-rw-r--r--gst-libs/gst/webrtc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/webrtc/meson.build b/gst-libs/gst/webrtc/meson.build
index 820cf96c5..f138fa374 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',