From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmDSq-0003j0-QM for qemu-devel@nongnu.org; Wed, 23 Jan 2019 03:00:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmDSo-0000It-JR for qemu-devel@nongnu.org; Wed, 23 Jan 2019 03:00:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2401) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmDSo-0000Gh-Cm for qemu-devel@nongnu.org; Wed, 23 Jan 2019 03:00:46 -0500 From: Gerd Hoffmann Date: Wed, 23 Jan 2019 09:00:04 +0100 Message-Id: <20190123080005.31078-4-kraxel@redhat.com> In-Reply-To: <20190123080005.31078-1-kraxel@redhat.com> References: <20190123080005.31078-1-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 3/4] audio: use try-sdl and try-pa for openbsd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Brad Smith , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Gerd Hoffmann Fixes the openbsd build failure with SDL disabled. Also enable pulseaudio support. Signed-off-by: Gerd Hoffmann --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 6fef094f39..bbadd83fea 100755 --- a/configure +++ b/configure @@ -825,8 +825,8 @@ NetBSD) OpenBSD) bsd="yes" make="${MAKE-gmake}" - audio_drv_list="sdl" - audio_possible_drivers="sdl" + audio_drv_list="try-sdl try-pa" + audio_possible_drivers="sdl pa" HOST_VARIANT_DIR="openbsd" supported_os="yes" ;; -- 2.9.3