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:
Thibault Saunier 2023-05-30 11:27:43 -04:00 committed by GStreamer Marge Bot
parent 353f8911bf
commit c79574c2d3

View file

@ -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', [