aboutsummaryrefslogtreecommitdiff
path: root/hw/display
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2023-08-30 13:38:35 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2023-11-07 14:04:25 +0400
commitc98791eb63517299d0c87fdd2823c3738d8c73cb (patch)
tree186c884d2cdea2dcf6f5afa91e14e25a89b9de85 /hw/display
parent89fd3eab52f4dcdd7fcbb6e30a78ad0c7f8b6e80 (diff)
downloadqemu-c98791eb63517299d0c87fdd2823c3738d8c73cb.zip
qemu-c98791eb63517299d0c87fdd2823c3738d8c73cb.tar.gz
qemu-c98791eb63517299d0c87fdd2823c3738d8c73cb.tar.bz2
ui/spice: SPICE/QXL requires PIXMAN
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/display')
-rw-r--r--hw/display/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig
index 7b3da68..4d8b0ce 100644
--- a/hw/display/Kconfig
+++ b/hw/display/Kconfig
@@ -93,7 +93,7 @@ config VGA
config QXL
bool
- depends on SPICE && PCI
+ depends on SPICE && PCI && PIXMAN
select VGA
config VIRTIO_GPU