]> www.infradead.org Git - users/dwmw2/qemu.git/commit
build: do not build virtio-vga-gl if virgl/opengl not available
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 2 May 2024 16:50:14 +0000 (18:50 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 May 2024 13:47:48 +0000 (15:47 +0200)
commit8a161d08c92f3fee01e97ede54917abbf7085b24
treeef9f516648041e25fb79d3208a0a5f6347fac2f6
parent5e9efe31f1de05c8c65a7383fcbf211ebded6a22
build: do not build virtio-vga-gl if virgl/opengl not available

If virgl and opengl are not available, the build process creates a useless
libvirtio-vga-gl module that does not have any device in it.  Follow the
example of virtio-vga-rutabaga and do not build the module at all in that
case.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/display/meson.build