summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/platform-mipsel/rules/host-qemu.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/platform-mipsel/rules/host-qemu.make b/configs/platform-mipsel/rules/host-qemu.make
index 3e1ccbe..8d377ff 100644
--- a/configs/platform-mipsel/rules/host-qemu.make
+++ b/configs/platform-mipsel/rules/host-qemu.make
@@ -55,14 +55,13 @@ HOST_QEMU_CONF_OPT := \
$(call ptx/ifdef, PTXCONF_HOST_QEMU_SYS,$(HOST_QEMU_SYS_TARGETS),) \
$(call ptx/ifdef, PTXCONF_HOST_QEMU_USR,$(HOST_QEMU_USR_TARGETS),) \
" \
- --meson=meson \
--ninja=ninja \
- --with-git-submodules=ignore \
+ --disable-download \
--disable-sanitizers \
--disable-tsan \
--disable-werror \
--enable-stack-protector \
- --with-coroutine= \
+ --with-coroutine=auto \
--disable-plugins \
--disable-containers \
--audio-drv-list= \
@@ -144,6 +143,7 @@ HOST_QEMU_CONF_OPT := \
--disable-opengl \
--disable-oss \
--disable-pa \
+ --disable-pipewire \
--disable-parallels \
--disable-png \
--disable-pvrdma \