mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
meson: require alsa for pipewire-alsa or media-session
The previous code had alsa optional if pipewire-alsa was on auto/disabled bug failed later with missing alsa if media-session was in the session manager array. Which it is by default. Fixes #1632
This commit is contained in:
parent
143f233be3
commit
e8e7e72b76
2 changed files with 2 additions and 4 deletions
|
|
@ -58,9 +58,6 @@ executable('export-spa-device',
|
|||
|
||||
media_session_sources = []
|
||||
if get_option('session-managers').contains('media-session')
|
||||
if not alsa_dep.found()
|
||||
error('Required dependency alsa not found, cannot build media-session without it')
|
||||
endif
|
||||
sm_logind_src = []
|
||||
sm_logind_dep = []
|
||||
if systemd.found() and systemd_dep.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue