Fix meson build with -Duuid=ossp when using version older than 0.60 The package for the UUID library may be named "uuid" or "ossp-uuid", and meson.build has been using a single call of dependency() with multiple names, something only supported since meson 0.60.0.
The minimum version of meson supported by Postgres is 0.57.2 on HEAD, since f039c2244110, and 0.54 on stable branches down to 16. Author: Oreo Yang <[email protected]> Reviewed-by: Nazir Bilal Yavuz <[email protected]> Discussion: https://postgr.es/m/os3p301mb01656e6f91539770682b1e77e7...@os3p301mb0165.jpnp301.prod.outlook.com Backpatch-through: 16 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/b948c575a6d1270387c044111da0ed2ab99eb1f4 Modified Files -------------- meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
