Re: [PATCH 7/9] meson: Do not configure audio if system-mode is not selected

2021-01-20 Thread Gerd Hoffmann
> > +## > > +# 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

Re: [PATCH 7/9] meson: Do not configure audio if system-mode is not selected

2021-01-19 Thread Philippe Mathieu-Daudé
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

[PATCH 7/9] meson: Do not configure audio if system-mode is not selected

2021-01-19 Thread Philippe Mathieu-Daudé
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