From c79574c2d3a268fdbc58e08ccfa14ab441508358 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 30 May 2023 11:27:43 -0400 Subject: [PATCH] python: Do not link GStreamer in the overrides Symbols will already be present thanks to pygobject dlopenning the correct lib Part-of: --- subprojects/gst-python/gi/overrides/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-python/gi/overrides/meson.build b/subprojects/gst-python/gi/overrides/meson.build index 530df05e76..3e7ea27c47 100644 --- a/subprojects/gst-python/gi/overrides/meson.build +++ b/subprojects/gst-python/gi/overrides/meson.build @@ -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', [