virtio-gpu-gl: declare dependency on ui-opengl
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 17 Jun 2024 08:27:56 +0000 (12:27 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 22 Jul 2024 08:47:28 +0000 (12:47 +0400)
Since commit e8a2db94 "virtio-gpu-virgl: teach it to get the QEMU EGL
display", virtio-gl depends on ui-opengl symbol "qemu_egl_display".

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2391
Fixes: e8a2db94 ("virtio-gpu-virgl: teach it to get the QEMU EGL display")
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
hw/display/virtio-gpu-gl.c

index e06be60dfbfcf53179b980e54c47653a254d6796..952820a42568b75341abea571a5af98a81f3ffe5 100644 (file)
@@ -170,3 +170,4 @@ static void virtio_register_types(void)
 type_init(virtio_register_types)
 
 module_dep("hw-display-virtio-gpu");
+module_dep("ui-opengl");