All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/qemu: Disable new configure options added by Qemu 2.6.0
@ 2022-01-03 21:25 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2022-01-03 21:25 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=78a989b1f15311d7e9e01717111c3dc306a0dbaa
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Disable new configure options added by this release to avoid
adding new dependencies or features.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/qemu/qemu.mk | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index 43450a6649..e69e813059 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -187,16 +187,20 @@ define QEMU_CONFIGURE_CMDS
 			--audio-drv-list= \
 			--meson=$(HOST_DIR)/bin/meson \
 			--ninja=$(HOST_DIR)/bin/ninja \
+			--disable-alsa \
 			--disable-bpf \
 			--disable-brlapi \
 			--disable-bsd-user \
 			--disable-cap-ng \
 			--disable-capstone \
 			--disable-containers \
+			--disable-coreaudio \
 			--disable-curl \
 			--disable-curses \
 			--disable-docs \
+			--disable-dsound \
 			--disable-hvf \
+			--disable-jack \
 			--disable-libiscsi \
 			--disable-libxml2 \
 			--disable-linux-aio \
@@ -204,9 +208,13 @@ define QEMU_CONFIGURE_CMDS
 			--disable-malloc-trim \
 			--disable-membarrier \
 			--disable-mpath \
+			--disable-netmap \
 			--disable-opengl \
+			--disable-oss \
+			--disable-pa \
 			--disable-rbd \
 			--disable-sanitizers \
+			--disable-selinux \
 			--disable-sparse \
 			--disable-strip \
 			--disable-vde \
@@ -355,14 +363,24 @@ define HOST_QEMU_CONFIGURE_CMDS
 		--extra-ldflags="$(HOST_LDFLAGS)" \
 		--meson=$(HOST_DIR)/bin/meson \
 		--ninja=$(HOST_DIR)/bin/ninja \
+		--disable-alsa \
 		--disable-bpf \
 		--disable-bzip2 \
 		--disable-containers \
+		--disable-coreaudio \
 		--disable-curl \
 		--disable-docs \
+		--disable-dsound \
+		--disable-jack \
 		--disable-libssh \
+		--disable-linux-aio \
 		--disable-linux-io-uring \
+		--disable-netmap \
+		--disable-oss \
+		--disable-pa \
 		--disable-sdl \
+		--disable-selinux \
+		--disable-vde \
 		--disable-vhost-user-blk-server \
 		--disable-virtiofsd \
 		--disable-vnc-jpeg \
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-03 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03 21:25 [Buildroot] [git commit] package/qemu: Disable new configure options added by Qemu 2.6.0 Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.