> > +##
> > +# Disable features only meaningful for system-mode emulation
> > +if test "$softmmu" = "no"; then
> > +audio_drv_list=""
> > +fi
> > +
Acked-by: Gerd Hoffmann
> > ##
> > # Some versions of Mac OS X
Forgot to Cc Gerd, adding him.
On 1/19/21 7:50 PM, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> configure | 6 ++
> meson.build | 4 +++-
> 2 files changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 9f016b06b54..a15bdfb6
Signed-off-by: Philippe Mathieu-Daudé
---
configure | 6 ++
meson.build | 4 +++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 9f016b06b54..a15bdfb6ef3 100755
--- a/configure
+++ b/configure
@@ -2324,6 +2324,12 @@ if test -z "$want_tools"; then