On 29.03.24 19:47, walt...@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?



Reply via email to