qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PULL v7 000/151] Meson-based build system
Date: Thu, 20 Aug 2020 18:02:26 +0200	[thread overview]
Message-ID: <223cfebd-605c-20d0-f649-b462effaf04e@redhat.com> (raw)
In-Reply-To: <CAFEAcA8chPqS0keyGv0vBgNgacnMo95gA3LZDU2QfmteQ=4UZg@mail.gmail.com>

On 20/08/20 16:54, Peter Maydell wrote:
> Configuring ninjatool using configuration
> Library m found: YES
> Library util found: YES
> Library aio found: YES
> Library rt found: YES
> Found pkg-config: /usr/bin/pkg-config (0.29.1)
> WARNING: Static library 'asound' not found for dependency 'sdl2', may
> not be statically linked
> WARNING: Static library 'pulse-simple' not found for dependency
> 'sdl2', may not be statically linked
> WARNING: Static library 'pulse' not found for dependency 'sdl2', may
> not be statically linked
> WARNING: Static library 'sndio' not found for dependency 'sdl2', may
> not be statically linked
> WARNING: Static library 'wayland-egl' not found for dependency 'sdl2',
> may not be statically linked
> WARNING: Static library 'wayland-client' not found for dependency
> 'sdl2', may not be statically linked
> WARNING: Static library 'wayland-cursor' not found for dependency
> 'sdl2', may not be statically linked
> Run-time dependency sdl2 found: YES 2.0.8
> Found CMake: /usr/bin/cmake (3.10.2)
> Run-time dependency sdl-image found: NO (tried pkgconfig and cmake)
> Run-time dependency libpng found: YES 1.6.34
> 
> What are they for, and can they be suppressed ?

Meson (just like configure before it) is looking for SDL and other
dependencies even if you're not building system emulators.

Because you don't have those dependencies installed as static libraries,
Meson warns that library is marked as "not found" even though the
library itself is there.  To suppress the warnings, it's enough to put
an "if have_system" around the dependency check.  Let me know if you
want me to do it now.

Paolo



  reply	other threads:[~2020-08-20 16:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-19 21:32 [PULL v7 000/151] Meson-based build system Paolo Bonzini
2020-08-19 21:59 ` Eric Blake
2020-08-19 22:08   ` Paolo Bonzini
2020-08-20 10:33 ` Peter Maydell
2020-08-20 11:52   ` Paolo Bonzini
2020-08-20 14:54     ` Peter Maydell
2020-08-20 16:02       ` Paolo Bonzini [this message]
2020-08-20 16:10         ` Peter Maydell
2020-08-21  6:15 ` Howard Spoelstra
2020-08-21 10:58   ` Howard Spoelstra
2020-08-21 12:33     ` Paolo Bonzini
2020-08-21 16:11       ` Howard Spoelstra
2020-08-21 16:16         ` Paolo Bonzini
2020-08-24 16:18       ` Daniel P. Berrangé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=223cfebd-605c-20d0-f649-b462effaf04e@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).