qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 00/18] Usb 20200828 patches


From: Paolo Bonzini
Subject: Re: [PULL 00/18] Usb 20200828 patches
Date: Fri, 28 Aug 2020 16:33:04 +0200



Il ven 28 ago 2020, 16:14 Peter Maydell <peter.maydell@linaro.org> ha scritto:
Why is Meson trying to use CMake here? I don't think we want
to bring in another build tool dependency...

It's asking cmake if it knows about the package, if pkg-config fails. This is because cmake has its own incompatible mechanism to tell users about compilation and linking flags, and the "dependency" line doesn't tell Meson if u2f-emu has a pkg-config or a cmake description.

We can ask to use pkg-config only since none of our dependencies are cmake-only; see https://mesonbuild.com/Dependencies.html#dependency-method.

Paolo


thanks
-- PMM


reply via email to

[Prev in Thread] Current Thread [Next in Thread]