From: Sebastian Dröge Date: Wed, 7 Oct 2020 08:04:30 +0000 (+0300) Subject: webrtc: Require gstreamer-sdp in the pkg-config file X-Git-Tag: submit/tizen/20210818.024548~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7d7fa9254ddb0408ab93c8ea4e20dcbcb47460e;p=platform%2Fupstream%2Fgst-plugins-bad.git webrtc: Require gstreamer-sdp in the pkg-config file Some headers include API from it. Change-Id: Iefdcb95ee4bc897dc6ce034a374c5df184a66b31 Part-of: Signed-off-by: Sangchul Lee --- 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}