Fallback to uuid for ossp-uuid with meson The upstream name for the ossp-uuid package / pkg-config file is "uuid". Many distributions change this to be "ossp-uuid" to not conflict with e2fsprogs.
This lookup fails on distributions which don't change this name, for example NixOS / nixpkgs. Both "ossp-uuid" and "uuid" are also checked in configure.ac. Author: Wolfgang Walther Reviewed-by: Nazir Bilal Yavuz, Alvaro Herrera, Peter Eisentraut Reviewed-by: Tristan Partin Discussion: https://www.postgresql.org/message-id/[email protected] Backpatch: 16-, where meson support was added Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/cc90d7823a6e888f5a50b98367b315a055d16895 Modified Files -------------- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
