modules-test: ui-spice-app is not built as module
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Aug 2019 17:42:14 +0000 (19:42 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 23 Aug 2019 13:07:00 +0000 (14:07 +0100)
$(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>
tests/modules-test.c

index a8118e9042741060594581dc2cb3207d0866a381..f9de3afdb77c952a0f956cfe30e8881215833307 100644 (file)
@@ -52,9 +52,6 @@ int main(int argc, char *argv[])
 #endif
 #ifdef CONFIG_SDL
         "ui-", "sdl",
-#endif
-#if defined(CONFIG_SPICE) && defined(CONFIG_GIO)
-        "ui-", "spice-app",
 #endif
     };
     int i;