[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/8] cocoa: do not enable coreaudio automatically
From: |
Paolo Bonzini |
Subject: |
[PATCH 2/8] cocoa: do not enable coreaudio automatically |
Date: |
Thu, 7 Jan 2021 15:00:33 +0100 |
Remove the automagic connection between --enable-cocoa
and enabling coreaudio in audio_drv_list. It can be
overridden anyway just by placing --enable-cocoa before
--audio-drv-list.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/configure b/configure
index 81801a6fe0..2dd772a60c 100755
--- a/configure
+++ b/configure
@@ -1149,9 +1149,7 @@ for opt do
;;
--disable-cocoa) cocoa="disabled"
;;
- --enable-cocoa)
- cocoa="enabled" ;
- audio_drv_list="coreaudio $(echo $audio_drv_list | sed s,coreaudio,,g)"
+ --enable-cocoa) cocoa="enabled"
;;
--disable-system) softmmu="no"
;;
--
2.29.2
- Re: [PATCH 1/8] build-system: clean up TCG/TCI configury, (continued)
- Re: [PATCH 1/8] build-system: clean up TCG/TCI configury, Helge Deller, 2021/01/13
- Re: [PATCH 1/8] build-system: clean up TCG/TCI configury, Paolo Bonzini, 2021/01/13
- Re: [PATCH 1/8] build-system: clean up TCG/TCI configury, Helge Deller, 2021/01/13
- Re: [PATCH 1/8] build-system: clean up TCG/TCI configury, John Paul Adrian Glaubitz, 2021/01/14
- Re: [PATCH 1/8] build-system: clean up TCG/TCI configury, John David Anglin, 2021/01/13
- Re: [PATCH 1/8] build-system: clean up TCG/TCI configury, John Paul Adrian Glaubitz, 2021/01/13
[PATCH 3/8] gtk: remove CONFIG_GTK_GL, Paolo Bonzini, 2021/01/07
[PATCH 2/8] cocoa: do not enable coreaudio automatically,
Paolo Bonzini <=
[PATCH 5/8] configure: move GTK+ detection to Meson, Paolo Bonzini, 2021/01/07
[PATCH 4/8] configure: move X11 detection to Meson, Paolo Bonzini, 2021/01/07
[PATCH 8/8] configure: automatically parse command line for meson -D options, Paolo Bonzini, 2021/01/07
- Re: [PATCH 8/8] configure: automatically parse command line for meson -D options, Daniel P . Berrangé, 2021/01/13
- Re: [PATCH 8/8] configure: automatically parse command line for meson -D options, Paolo Bonzini, 2021/01/13
- Re: [PATCH 8/8] configure: automatically parse command line for meson -D options, Paolo Bonzini, 2021/01/13
- Re: [PATCH 8/8] configure: automatically parse command line for meson -D options, Yonggang Luo, 2021/01/22
- Re: [PATCH 8/8] configure: automatically parse command line for meson -D options, Paolo Bonzini, 2021/01/22
- Re: [PATCH 8/8] configure: automatically parse command line for meson -D options, Yonggang Luo, 2021/01/22
- Re: [PATCH 8/8] configure: automatically parse command line for meson -D options, Paolo Bonzini, 2021/01/23