mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: alsa: allow building without UMP in libalsa
Allow building with older libalsa releases that don't have UMP.
This commit is contained in:
parent
9bc29b4b37
commit
6620c6cde1
4 changed files with 66 additions and 3 deletions
|
|
@ -481,7 +481,7 @@ endif
|
|||
summary({'intl support': libintl_dep.found()}, bool_yn: true)
|
||||
|
||||
need_alsa = get_option('pipewire-alsa').enabled() or 'media-session' in get_option('session-managers')
|
||||
alsa_dep = dependency('alsa', version : '>=1.2.10', required: need_alsa)
|
||||
alsa_dep = dependency('alsa', version : '>=1.2.6', required: need_alsa)
|
||||
summary({'pipewire-alsa': alsa_dep.found()}, bool_yn: true)
|
||||
|
||||
if host_machine.system() == 'freebsd' or host_machine.system() == 'midnightbsd'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue