diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1024.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1024.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1024.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1024.toml new file mode 100644 index 00000000..5504db46 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1024.toml @@ -0,0 +1,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`""" |