blob: f42623c85de0555111cd1e9e5da0c5df371d1332 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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`
|