Re: Building with meson on NixOS/nixpkgs - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Building with meson on NixOS/nixpkgs
Date
Msg-id 1676dbf7-9182-4e2d-8793-752a3fbac990@eisentraut.org
Whole thread Raw
In response to Re: Building with meson on NixOS/nixpkgs  (walther@technowledgy.de)
Responses Re: Building with meson on NixOS/nixpkgs
List pgsql-hackers
On 29.03.24 19:47, walther@technowledgy.de wrote:
 > -    uuid = dependency('ossp-uuid', required: true)
 > +    # upstream is called "uuid", but many distros change this to 
"ossp-uuid"
 > +    uuid = dependency('ossp-uuid', 'uuid', required: true)

How would this behave if you have only uuid.pc from e2fsprogs installed 
but choose -Duuid=ossp?  Then it would pick up uuid.pc here, but fail to 
compile later?




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Speed up clean meson builds by ~25%
Next
From: walther@technowledgy.de
Date:
Subject: Re: Building with meson on NixOS/nixpkgs