mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
meson: cuda: Add missing override_dependency()
Required for GstCuda library to be consumed via "gstreamer-cuda-1.0" dependency. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2539>
This commit is contained in:
parent
dc1d5f798f
commit
9d0f792b66
1 changed files with 2 additions and 0 deletions
|
@ -103,3 +103,5 @@ gstcuda_dep = declare_dependency(link_with : gstcuda,
|
|||
include_directories : [libsinc],
|
||||
dependencies : [gstbase_dep, gmodule_dep, gstvideo_dep, gstglproto_dep],
|
||||
sources: gen_sources)
|
||||
|
||||
meson.override_dependency(pkg_name, gstcuda_dep)
|
||||
|
|
Loading…
Reference in a new issue