Skip to content

add dependencies to pkg-config generation

Sam Wedgwood requested to merge wedg/libcloudproviders:main into main

Since src/build.meson didn't mention any dependencies, the .pc file used by pkg-config wasn't populated with these, which causes some errors down the line with tools that use pkg-config.

(In my case this was trying to use gtk-rs/gir to create rust bindings for libcloudproviders)

Edited by Sam Wedgwood

Merge request reports