From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] qemu: add alsa to dependency list Date: Tue, 16 Aug 2022 15:34:46 +0000 Message-ID: <3683c046-e41d-44ce-4a14-ee33bde149b3@ipfire.org> In-Reply-To: <20220815171427.3487-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0550534243943980003==" List-Id: --===============0550534243943980003== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Reviewed-by: Peter Müller > 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 = > --===============0550534243943980003==--