summaryrefslogtreecommitdiffstats
path: root/hw/display/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* virtio-gpu: build modularGerd Hoffmann2020-09-151-16/+6Star
| | | | | | | | | Only build virtio-gpu-device modular (the code which actually depends on the external virglrenderer library). virtio-gpu-pci and virtio-vga are compiled into core qemu still. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200914134224.29769-7-kraxel@redhat.com
* meson: remove duplicate qxl sourcesGerd Hoffmann2020-09-151-2/+0Star
| | | | | | | We should add sources to the softmmu_ss or module_ss but not both. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200914134224.29769-4-kraxel@redhat.com
* meson: fix qxl dependenciesGerd Hoffmann2020-09-151-1/+2
| | | | | | | Add pixman and spice deps to qxl module. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200914134224.29769-2-kraxel@redhat.com
* meson: convert hw/displayMarc-André Lureau2020-08-211-0/+84
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>