pkgconfig: add missing gst-rtp dep to gst-sdp
authorLoïc Minier <lool@dooz.org>
Sat, 14 Mar 2020 18:42:24 +0000 (19:42 +0100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 23 Mar 2020 04:28:44 +0000 (04:28 +0000)
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'

pkgconfig/gstreamer-sdp-uninstalled.pc.in
pkgconfig/gstreamer-sdp.pc.in

index af1aa44..0ea8116 100644 (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
index 7c93eb0..cb6b03a 100644 (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@