diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-08-22 19:42:14 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-08-23 14:07:00 +0100 |
commit | 45db1ac157530600defb4d0c13f6d3236a6e3127 (patch) | |
tree | 9d3c2e91dd241f7709d9b64a48e6c61b99dca563 /tests/modules-test.c | |
parent | 0712c1b15b31a516264c89d822129939317af42a (diff) | |
download | qemu-45db1ac157530600defb4d0c13f6d3236a6e3127.zip qemu-45db1ac157530600defb4d0c13f6d3236a6e3127.tar.gz qemu-45db1ac157530600defb4d0c13f6d3236a6e3127.tar.bz2 |
modules-test: ui-spice-app is not built as module
$(call land, $(CONFIG_SPICE), $(CONFIG_GIO)) will never return "m" so
ui-spice-app is always linked into QEMU.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Miroslav Rezanina <mrezanin@redhat.com>
Message-id: 1566495734-23297-2-git-send-email-pbonzini@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/modules-test.c')
-rw-r--r-- | tests/modules-test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/modules-test.c b/tests/modules-test.c index a8118e9..f9de3af 100644 --- a/tests/modules-test.c +++ b/tests/modules-test.c @@ -53,9 +53,6 @@ int main(int argc, char *argv[]) #ifdef CONFIG_SDL "ui-", "sdl", #endif -#if defined(CONFIG_SPICE) && defined(CONFIG_GIO) - "ui-", "spice-app", -#endif }; int i; |