summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1024.toml
blob: 5504db4674ab2ffa337d24ed06d12115fe74381e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
id = 1024
title = "Unable to build QEMU with dbus display support on Windows"
state = "opened"
created_at = "2022-05-12T19:02:44.628Z"
closed_at = "n/a"
labels = ["hostos: Windows"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1024"
host-os = "Windows 10 21H2"
host-arch = "x86_64"
qemu-version = "7.0.50 (b32b3897f8b8f2f17425c22ea229ea6ebcb7d552)"
guest-os = "n/a"
guest-arch = "n/a"
description = """When building QEMU on Windows with `./configure --enable-dbus-display --enable-modules`, the following error appears:

`ERROR: Modules are not available for Windows`"""
reproduce = """1. Attempt to build QEMU on Windows (MSYS2 MinGW) with dbus display support"""
additional = """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`"""