]> git.proxmox.com Git - mirror_qemu.git/commit
virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=y
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 26 Oct 2020 14:28:51 +0000 (15:28 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 29 Oct 2020 05:37:24 +0000 (06:37 +0100)
commit43376ccc8d2ceb64e281f0032897df80b6d0251a
treeb0108d84b0a7de0b54341c4028937fd7e613c88e
parent1e1f9c20bc0bdd4cf11cfe5057465d484b611858
virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=y

There is no actual code in the CONFIG_VIRGL=n case.  So building is
(a) pointless and (b) makes macos ranlib complain.

Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20201026142851.28735-1-kraxel@redhat.com
hw/display/meson.build
hw/display/virtio-gpu-3d.c