Skip to content

Commit

Permalink
app-emulation/qemu: build pipewire audio-drv
Browse files Browse the repository at this point in the history
This patch adds the pipewire audio-drv to the
audio-drv list if pipewire USE flag is enabled.

Signed-off-by: José Pekkarinen <[email protected]>
Closes: gentoo#32680
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
Pekkari authored and thesamesam committed Sep 13, 2023
1 parent d494dc7 commit 1519e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ qemu_src_configure() {
# Note: backend order matters here: #716202
# We iterate from higher-level to lower level.
$(usex pulseaudio pa "")
$(usev pipewire)
$(usev jack)
$(usev sdl)
$(usev alsa)
Expand Down
1 change: 1 addition & 0 deletions app-emulation/qemu/qemu-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ qemu_src_configure() {
# Note: backend order matters here: #716202
# We iterate from higher-level to lower level.
$(usex pulseaudio pa "")
$(usev pipewire)
$(usev jack)
$(usev sdl)
$(usev alsa)
Expand Down

0 comments on commit 1519e0c

Please sign in to comment.