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 3eec1e1..f92d3df 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 7371ad4..09d438f 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}