From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: [PATCH v5 6/7] meson: add spice dependency to core spice source files.
Date: Wed, 14 Oct 2020 14:11:19 +0200 [thread overview]
Message-ID: <20201014121120.13482-7-kraxel@redhat.com> (raw)
In-Reply-To: <20201014121120.13482-1-kraxel@redhat.com>
Right now it happens to work by pure luck because the spice chardevs
add the spice dependency to the softmmu source set. That'll change
though once we start building spice chardevs as module, so lets fix
it properly.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
ui/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/meson.build b/ui/meson.build
index 8a080c38e325..bad7a3745148 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -14,7 +14,7 @@ softmmu_ss.add(files(
))
softmmu_ss.add(when: 'CONFIG_LINUX', if_true: files('input-linux.c'))
-softmmu_ss.add(when: 'CONFIG_SPICE', if_true: files('spice-core.c', 'spice-input.c', 'spice-display.c'))
+softmmu_ss.add(when: [spice, 'CONFIG_SPICE'], if_true: files('spice-core.c', 'spice-input.c', 'spice-display.c'))
softmmu_ss.add(when: cocoa, if_true: files('cocoa.m'))
vnc_ss = ss.source_set()
--
2.27.0
next prev parent reply other threads:[~2020-10-14 12:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-14 12:11 [PATCH v5 0/7] build spice chardevs as module Gerd Hoffmann
2020-10-14 12:11 ` [PATCH v5 1/7] qemu-edid: drop cast Gerd Hoffmann
2020-10-14 12:11 ` [PATCH v5 2/7] ui/spice-app: don't use qemu_chr_open_spice_port directly Gerd Hoffmann
2020-10-14 12:11 ` [PATCH v5 3/7] chardev/spice: make qemu_chr_open_spice_port static Gerd Hoffmann
2020-10-14 12:11 ` [PATCH v5 4/7] chardev/spice: simplify chardev setup Gerd Hoffmann
2020-10-14 12:11 ` [PATCH v5 5/7] meson: add spice_headers dependency Gerd Hoffmann
2020-10-14 12:11 ` Gerd Hoffmann [this message]
2020-10-14 13:39 ` [PATCH v5 6/7] meson: add spice dependency to core spice source files Philippe Mathieu-Daudé
2020-10-14 12:11 ` [PATCH v5 7/7] chardev/spice: build spice chardevs as module Gerd Hoffmann
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=20201014121120.13482-7-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--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).