From 3a9d38d31ea7bf99c62c8d97433baa85b3bdd5c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com> Date: Tue, 8 Oct 2024 16:50:23 +0400 Subject: [PATCH] ui/dbus: make Listener.Win32.Map win32-specific MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are no types specific to Windows, so the code compiles on other platforms, but its useless on !Windows. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com> Message-ID: <20241008125028.1177932-15-marcandre.lureau@redhat.com> --- ui/dbus-display1.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/dbus-display1.xml b/ui/dbus-display1.xml index ce35d64eea..d5bb279698 100644 --- a/ui/dbus-display1.xml +++ b/ui/dbus-display1.xml @@ -476,6 +476,7 @@ org.qemu.Display1.Listener on ``/org/qemu/Display1/Listener`` for Windows specific shared memory scanouts. --> + <?if $(env.HOST_OS) == windows?> <interface name="org.qemu.Display1.Listener.Win32.Map"> <!-- ScanoutMap: @@ -513,6 +514,7 @@ <arg type="i" name="height" direction="in"/> </method> </interface> + <?endif?> <!-- org.qemu.Display1.Listener.Win32.D3d11: