diff options
author | Thomas Huth <thuth@redhat.com> | 2021-09-06 17:39:39 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-09-13 13:56:26 +0200 |
commit | 95e2289fdac8e329f3282e943715e2a5c4e3177b (patch) | |
tree | 6a32d38852dfcd70f927526c51a6fca9b82a8a8c /pc-bios/keymaps/meson.build | |
parent | c2c7f3351ad8d3230f190740e174365965f6f6b3 (diff) |
meson.build: Do not look for VNC-related libraries if have_system is not set
When running "./configure --static --disable-system" there is currently
a warning if the static version of libpng is missing:
WARNING: Static library 'png16' not found for dependency 'libpng', may not
be statically linked
Since it does not make sense to look for the VNC-related libraries at all
when we're building without system emulator binaries, let's add a check
for have_system here to silence this warning.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210906153939.165567-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'pc-bios/keymaps/meson.build')
0 files changed, 0 insertions, 0 deletions