pkgconfig: add missing gst-rtp dep to gst-sdp

Uninstalled builds using rtp would fail with:
stage/usr/local/lib/x86_64-linux-gnu/libgstsdp-1.0.so: undefined reference to `gst_rtp_payload_info_for_pt'
This commit is contained in:
Loïc Minier 2020-03-14 19:42:24 +01:00 committed by GStreamer Merge Bot
parent 8211370281
commit 3540f4e9ff
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/sdp
Name: GStreamer SDP Library, Uninstalled
Description: SDP helper functions, uninstalled
Version: @VERSION@
Requires: glib-2.0
Requires: glib-2.0 gstreamer-@GST_API_VERSION@ gstreamer-rtp-@GST_API_VERSION@
Requires.private: gio-2.0
Libs: -L${libdir} -lgstsdp-@GST_API_VERSION@
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs

View file

@ -9,7 +9,7 @@ typelibdir=${libdir}/girepository-1.0
Name: GStreamer SDP Library
Description: SDP helper functions
Requires: glib-2.0
Requires: glib-2.0 gstreamer-@GST_API_VERSION@ gstreamer-rtp-@GST_API_VERSION@
Requires.private: gio-2.0
Version: @VERSION@
Libs: -L${libdir} -lgstsdp-@GST_API_VERSION@