webrtc: Require gstreamer-sdp in the pkg-config file 78/262578/2
authorSebastian Dröge <sebastian@centricular.com>
Wed, 7 Oct 2020 08:04:30 +0000 (11:04 +0300)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 13 Aug 2021 09:15:02 +0000 (09:15 +0000)
Some headers include API from it.

Change-Id: Iefdcb95ee4bc897dc6ce034a374c5df184a66b31
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1660>
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
pkgconfig/gstreamer-webrtc-uninstalled.pc.in
pkgconfig/gstreamer-webrtc.pc.in

index 3eec1e15f03769d121a2fa192188b498a95d8979..f92d3df958c2ff3003edcab05f3bbd368fa938fb 100644 (file)
@@ -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
index 7371ad4b4bab44e1af4e74522cd462a35f1403bf..09d438f95f41949c7bfa62542710bbabc250761d 100644 (file)
@@ -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}