]> git.proxmox.com Git - mirror_qemu.git/commit
ui/dbus: fix compilation when GBM && !OPENGL
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 15 May 2023 13:23:48 +0000 (17:23 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 28 May 2023 09:08:25 +0000 (13:08 +0400)
commit0b31e48d62c8f3a282d1bffbcc0e90200df9f9f0
treea95eb7b74fd80cab927fb775c4d7f83d00a978ed
parentb3a654d82ecf276b59a67b2fd688e11a0d8a0064
ui/dbus: fix compilation when GBM && !OPENGL

commit 4814d3cbf ("ui/dbus: restrict opengl to gbm-enabled config")
assumes that whenever GBM is available, OpenGL is. This is not always
the case, let's further restrict opengl-related paths and fix some
compilation issues.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230515132348.1024663-1-marcandre.lureau@redhat.com>
ui/dbus-listener.c