]> git.proxmox.com Git - mirror_qemu.git/commit - meson.build
meson.build: report graphics backends separately
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 22 Dec 2023 11:48:46 +0000 (11:48 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 31 Dec 2023 08:11:29 +0000 (09:11 +0100)
commitf705c1f25d9a075534f8279048082af4ce2066bf
treeee65d497db94c48755e4d2d2048e259e6fc8d231
parentd0cda6f461fd33c5f9b063781c63c1ce5fd3fa3b
meson.build: report graphics backends separately

To enable accelerated VirtIO GPUs for the guest we need the rendering
support on the host, which currently it's reported in the configuration
summary under the "dependencies" section. Add a graphics backend section
and report the status of the VirGL and Rutabaga support libraries.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231222114846.2850741-1-alex.bennee@linaro.org>
[Remove from dependencies as suggested by Philippe. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build