Skip to content

meson: Allow usage of externally overridden pkg-config

amyspark requested to merge amyspark/gst-plugins-rs:fix-pkg-config-msvc into main

This MR allows the override from GStreamer's win-pkgconfig subproject to take effect here, letting the cargo-c call work. Otherwise, a pkg-config executable needs to be present in the PATH.

Merge request reports