From 149d8e83e5f547241a450ea0a68d8afac1e107fa Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 15 Aug 2022 19:14:27 +0200 Subject: [PATCH] qemu: add alsa to dependency list MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit qemu now links against libasound.so.2 so it need alsa to run. fixes: #12911 Signed-off-by: Arne Fitzenreiter Reviewed-by: Peter Müller --- lfs/qemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index 1edab05d19..cf31c46225 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -35,9 +35,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu -PAK_VER = 33 +PAK_VER = 34 -DEPS = libusbredir spice libseccomp +DEPS = alsa libusbredir spice libseccomp SERVICES = -- 2.39.5