meson: Add support for detecting ossp-uuid without pkg-config

Andres Freund <andres@anarazel.de>

Commit: 793a5bebebbedd925311ba95cb77e3fb9b704200
Author: Andres Freund <andres@anarazel.de>
Date: 2024-07-20T20:51:09Z
Releases: 16.4
meson: Add support for detecting ossp-uuid without pkg-config

This is necessary as ossp-uuid on windows installs neither a pkg-config nor a
cmake dependency information. Nor is there another supported uuid
implementation available on windows.

Reported-by: Dave Page <dpage@pgadmin.org>
Reviewed-by: Tristan Partin <tristan@partin.io>
Discussion: https://postgr.es/m/20240709065101.xhc74r3mdg2lmn4w@awork3.anarazel.de
Backpatch: 16-, where meson support was added

Files

PathChange+/−
meson.build modified +18 −1

Discussion