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/1660>
This commit is contained in:
Sebastian Dröge 2020-10-07 11:04:30 +03:00 committed by GStreamer Merge Bot
parent dd11e91c3b
commit d3d73f61fa
2 changed files with 2 additions and 2 deletions

View 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

View 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}