webrtc: fix pkg-config missing sdp dependency
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8433>
This commit is contained in:
parent
b5fdb5aec5
commit
8135a6689b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user