ui/dbus: do not require opengl & gbm

Allow to build & use the DBus display without 3d/GPU acceleration support.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-08-11 18:25:16 +04:00
parent 0e1be59ed9
commit 84a0a2ef0a
5 changed files with 26 additions and 7 deletions

View file

@ -101,7 +101,7 @@ qtests_i386 = \
'numa-test'
]
if dbus_display
if dbus_display and targetos != 'windows'
qtests_i386 += ['dbus-display-test']
endif