webrtc: fix pkg-config missing sdp dependency

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8433>
This commit is contained in:
wbartel 2025-02-07 15:43:05 +01:00 committed by GStreamer Marge Bot
parent b5fdb5aec5
commit 8135a6689b

View File

@ -74,7 +74,7 @@ gstwebrtc = library('gstwebrtc-' + api_version,
library_def = {'lib': gstwebrtc}
pkg_name = 'gstreamer-webrtc-1.0'
pkgconfig.generate(gstwebrtc,
libraries : [gst_dep, gstbase_dep],
libraries : [gst_dep, gstsdp_dep, gstbase_dep],
variables : pkgconfig_variables,
subdirs : pkgconfig_subdirs,
name : pkg_name,