qemu: add alsa to dependency list

Message ID 20220815171427.3487-1-arne_f@ipfire.org
State Accepted
Commit 149d8e83e5f547241a450ea0a68d8afac1e107fa
Headers
Series qemu: add alsa to dependency list |

Commit Message

Arne Fitzenreiter Aug. 15, 2022, 5:14 p.m. UTC
  qemu now links against libasound.so.2 so it need alsa to run.

fixes: #12911

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
---
 lfs/qemu | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller Aug. 16, 2022, 3:34 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> qemu now links against libasound.so.2 so it need alsa to run.
> 
> fixes: #12911
> 
> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
> ---
>  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   =
>
  

Patch

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   =