From: Arne Fitzenreiter Date: Mon, 15 Aug 2022 17:14:27 +0000 (+0200) Subject: qemu: add alsa to dependency list X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=149d8e83e5f547241a450ea0a68d8afac1e107fa;p=people%2Fms%2Fipfire-2.x.git qemu: add alsa to dependency list 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 --- 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 =