qemu-devel
[Top][All Lists]
Advanced

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

Re: more bogus meson warnings


From: Peter Maydell
Subject: Re: more bogus meson warnings
Date: Tue, 2 Nov 2021 13:40:29 +0000

On Tue, 2 Nov 2021 at 13:38, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> I tried my static-system build config today; meson bogus
> complaints include:
>
> WARNING: Static library 'pulse' not found for dependency 'libpulse',
> may not be statically linked
> WARNING: Static library 'pulsecommon-11.1' not found for dependency
> 'libpulse', may not be statically linked
> WARNING: Static library 'asound' not found for dependency 'alsa', may
> not be statically linked

...also this configure passed "--audio-drv-list=" so we
shouldn't be probing for pulse or asound at all.

The resulting build fails at link time because meson is
incorrectly trying to link dynamic libraries into a static
executable.

-- PMM



reply via email to

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