blob: 43c63b6a758efd668718b183f4dc255ece7f364c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
device: 0.935
graphic: 0.916
instruction: 0.899
network: 0.704
other: 0.694
socket: 0.692
vnc: 0.671
boot: 0.627
semantic: 0.626
mistranslation: 0.540
assembly: 0.348
KVM: 0.035
Unable to build QEMU with dbus display support on Windows
Description of problem:
When building QEMU on Windows with `./configure --enable-dbus-display --enable-modules`, the following error appears:
`ERROR: Modules are not available for Windows`
Steps to reproduce:
1. Attempt to build QEMU on Windows (MSYS2 MinGW) with dbus display support
Additional information:
Attempting to build with only `--enable-dbus-display` does not work either, as it requires `--enable-modules`, which does not work on Windows:
`../meson.build:1598:0: ERROR: Feature dbus_display cannot be enabled: -display dbus requires --enable-modules`
|