]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
ui/vc: console-vc requires PIXMAN
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:38:28 +0000 (13:38 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 7 Nov 2023 10:04:25 +0000 (14:04 +0400)
commit600179c39efb30cf072e18c7604ccf52360684c6
tree0fe3becd2a69e4f272617bda8239e05dd3b45ca4
parent1bec1cc0da497e55c16e2a7b50f94cdb2a02197f
ui/vc: console-vc requires PIXMAN

Add stubs for the fallback paths.

get_vc() now returns NULL by default if !PIXMAN.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
ui/console-vc-stubs.c [new file with mode: 0644]
ui/console.c
ui/meson.build