mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] qemu: Can't have gtk clipboards without gtk.
@ 2023-05-05 19:07 Christian Melki
  2023-05-11  5:55 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-05-05 19:07 UTC (permalink / raw)
  To: ptxdist

Fix slight configuration mishap.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/qemu.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/qemu.make b/rules/qemu.make
index 4552eed05..0c6e39d17 100644
--- a/rules/qemu.make
+++ b/rules/qemu.make
@@ -102,7 +102,7 @@ QEMU_CONF_OPT	:= \
 	--disable-glusterfs \
 	--disable-gnutls \
 	--$(call ptx/endis, PTXCONF_QEMU_GTK)-gtk \
-	--enable-gtk-clipboard \
+	--$(call ptx/endis, PTXCONF_QEMU_GTK)-gtk-clipboard \
 	--disable-guest-agent \
 	--disable-guest-agent-msi \
 	--disable-hax \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-11  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 19:07 [ptxdist] [PATCH] qemu: Can't have gtk clipboards without gtk Christian Melki
2023-05-11  5:55 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox