qemu-e2k/contrib/vhost-user-gpu
Marc-André Lureau 5b42bc5ce9 build-sys: do not make qemu-ga link with pixman
Since commit d52c454aad ("contrib: add
vhost-user-gpu"), qemu-ga is linking with pixman.

This is because the Make-based build-system use a global namespace for
variables, and we rely on "main.o-libs" for different linking targets.

Note: this kind of variable clashing is hard to fix or prevent
currently.  meson should help, as declarations have a linear
dependency and doesn't rely so much on variables and clever tricks.

Note2: we have a lot of main.c (or other duplicated names!) in
tree. Imho, it would be annoying and a bad workaroud to rename all
those to avoid conflicts like I did here.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1811670

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20200311160923.882474-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-03-16 23:02:22 +01:00
..
50-qemu-gpu.json.in vhost-user-gpu: Drop trailing json comma 2019-12-20 06:56:37 +01:00
Makefile.objs build-sys: do not make qemu-ga link with pixman 2020-03-16 23:02:22 +01:00
vhost-user-gpu.c build-sys: do not make qemu-ga link with pixman 2020-03-16 23:02:22 +01:00
virgl.c contrib: add vhost-user-gpu 2019-05-29 06:30:45 +02:00
virgl.h Clean up a header guard symbols (again) 2019-06-12 13:20:21 +02:00
vugbm.c core: replace getpagesize() with qemu_real_host_page_size 2019-10-26 15:38:06 +02:00
vugbm.h Clean up a header guard symbols (again) 2019-06-12 13:20:21 +02:00
vugpu.h Clean up a header guard symbols (again) 2019-06-12 13:20:21 +02:00