summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-10-07 11:04:30 +0300
committerTim-Philipp Müller <tim@centricular.com>2020-10-11 19:15:45 +0000
commitb7a3f7c0e7fb566c6a7b0690c9eb4f98e6ac13d6 (patch)
tree95b1620a503772f49da30bdbb59e6335edb1e196
parentc1dcef030a3885d3b420125a78d337dccdd97d85 (diff)
downloadgstreamer-plugins-bad-b7a3f7c0e7fb566c6a7b0690c9eb4f98e6ac13d6.tar.gz
webrtc: Require gstreamer-sdp in the pkg-config file
Some headers include API from it. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1678>
-rw-r--r--pkgconfig/gstreamer-webrtc-uninstalled.pc.in2
-rw-r--r--pkgconfig/gstreamer-webrtc.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-webrtc-uninstalled.pc.in b/pkgconfig/gstreamer-webrtc-uninstalled.pc.in
index 3eec1e15f..f92d3df95 100644
--- a/pkgconfig/gstreamer-webrtc-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-webrtc-uninstalled.pc.in
@@ -5,7 +5,7 @@ includedir=@abs_top_srcdir@/gst-libs
Name: GStreamer WebRTC, Uninstalled
Description: GStreamer WebRTC support, uninstalled
-Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-sdp-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstwebrtc-@GST_API_VERSION@
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
diff --git a/pkgconfig/gstreamer-webrtc.pc.in b/pkgconfig/gstreamer-webrtc.pc.in
index 7371ad4b4..09d438f95 100644
--- a/pkgconfig/gstreamer-webrtc.pc.in
+++ b/pkgconfig/gstreamer-webrtc.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_API_VERSION@
Name: GStreamer WebRTC
Description: GStreamer WebRTC support
-Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-sdp-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstwebrtc-@GST_API_VERSION@
Cflags: -I${includedir}