mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
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:
parent
8211370281
commit
3540f4e9ff
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue