public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] qemu: add alsa to dependency list
@ 2022-08-15 17:14 Arne Fitzenreiter
  2022-08-16 15:34 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Arne Fitzenreiter @ 2022-08-15 17:14 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 597 bytes --]

qemu now links against libasound.so.2 so it need alsa to run.

fixes: #12911

Signed-off-by: Arne Fitzenreiter <arne_f(a)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   =
 
-- 
2.37.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] qemu: add alsa to dependency list
  2022-08-15 17:14 [PATCH] qemu: add alsa to dependency list Arne Fitzenreiter
@ 2022-08-16 15:34 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-08-16 15:34 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 692 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-16 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 17:14 [PATCH] qemu: add alsa to dependency list Arne Fitzenreiter
2022-08-16 15:34 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox