mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
python: Do not link GStreamer in the overrides
Symbols will already be present thanks to pygobject dlopenning the correct lib Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4128>
This commit is contained in:
parent
353f8911bf
commit
c79574c2d3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ gstpython = python.extension_module('_gi_gst',
|
|||
install_dir : pygi_override_dir,
|
||||
install_tag: 'python-runtime',
|
||||
include_directories : [configinc],
|
||||
dependencies : [gst_dep, python_dep, pygobject_dep])
|
||||
dependencies : [gst_dep.partial_dependency(compile_args: true, includes: true, sources: true), python_dep, pygobject_dep])
|
||||
|
||||
env = environment()
|
||||
env.prepend('_GI_OVERRIDES_PATH', [
|
||||
|
|
Loading…
Reference in a new issue