You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
meson: Add dependency lookups via names used by cmake
Particularly on windows it's useful to look up dependencies via cmake, insteadof pkg-config. Meson supports doing so. Unfortunately the dependency namesused by various projects often differs between their pkg-config and cmakefiles.This would look a lot neater if we could rely on meson >= 0.60.0...Reviewed-by: Tristan Partin <tristan@partin.io>Discussion:https://postgr.es/m/20240709065101.xhc74r3mdg2lmn4w@awork3.anarazel.deBackpatch: 16-, where meson support was added