Skip to content

Draft: meson: Make any Meson-provided dependencies available to cargo

Hi all,

This MR is to fix an issue where Cargo would be blissfully unaware of any deps provided by Meson. They expect downstream consumers that need those deps externally to set PKG_CONFIG_PATH to the relevant meson-uninstalled build folders.

@cole.richardson12, can you test this works for you?

Fixes #512

Merge request reports