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 = >