qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Akihiko Odaki <akihiko.odaki@daynix.com>
To: "Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Laurent Vivier" <lvivier@redhat.com>
Cc: qemu-devel@nongnu.org, Akihiko Odaki <akihiko.odaki@daynix.com>
Subject: [PATCH v2 4/4] tests/qtest: Depend on dbus_display1_dep
Date: Fri, 15 Dec 2023 20:28:36 +0900	[thread overview]
Message-ID: <20231215-dbus-v2-4-1e2e6aa02115@daynix.com> (raw)
In-Reply-To: <20231215-dbus-v2-0-1e2e6aa02115@daynix.com>

It ensures dbus-display1.c will not be recompiled.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
 tests/qtest/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 47dabf91d048..3a1a79d7c72e 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -332,7 +332,7 @@ if vnc.found()
 endif
 
 if dbus_display
-  qtests += {'dbus-display-test': [dbus_display1, gio]}
+  qtests += {'dbus-display-test': [dbus_display1_dep, gio]}
 endif
 
 qtest_executables = {}

-- 
2.43.0



  parent reply	other threads:[~2023-12-15 11:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-15 11:28 [PATCH v2 0/4] meson: Fixes for dbus modules Akihiko Odaki
2023-12-15 11:28 ` [PATCH v2 1/4] Move dbus-display1 out of ui Akihiko Odaki
2023-12-15 12:00   ` Marc-André Lureau
2023-12-16  7:57     ` Akihiko Odaki
2023-12-15 11:28 ` [PATCH v2 2/4] audio: Depend on dbus_display1_dep Akihiko Odaki
2023-12-15 12:04   ` Marc-André Lureau
2023-12-15 11:28 ` [PATCH v2 3/4] meson: Explicitly specify dbus-display1.h dependency Akihiko Odaki
2023-12-15 12:05   ` Marc-André Lureau
2023-12-15 11:28 ` Akihiko Odaki [this message]
2023-12-15 12:05   ` [PATCH v2 4/4] tests/qtest: Depend on dbus_display1_dep Marc-André Lureau
2024-02-14  8:09 ` [PATCH v2 0/4] meson: Fixes for dbus modules Marc-André Lureau

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=20231215-dbus-v2-4-1e2e6aa02115@daynix.com \
    --to=akihiko.odaki@daynix.com \
    --cc=berrange@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=lvivier@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /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).