Skip to content

Commit

Permalink
cocoa: do not enable coreaudio automatically
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bonzini committed Jan 12, 2021
1 parent eb8cb3d commit a23a678
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure
Expand Up @@ -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"
;;
Expand Down

0 comments on commit a23a678

Please sign in to comment.