From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] qemu: add alsa to dependency list Date: Mon, 15 Aug 2022 19:14:27 +0200 Message-ID: <20220815171427.3487-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5513046597874307639==" List-Id: --===============5513046597874307639== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit qemu now links against libasound.so.2 so it need alsa to run. fixes: #12911 Signed-off-by: Arne Fitzenreiter --- lfs/qemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index 1edab05d1..cf31c4622 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.37.1 --===============5513046597874307639==--