mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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:
parent
0e1be59ed9
commit
84a0a2ef0a
5 changed files with 26 additions and 7 deletions
|
@ -101,7 +101,7 @@ qtests_i386 = \
|
|||
'numa-test'
|
||||
]
|
||||
|
||||
if dbus_display
|
||||
if dbus_display and targetos != 'windows'
|
||||
qtests_i386 += ['dbus-display-test']
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue