mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
require newer alsa 1.2.10 for UMP support
This commit is contained in:
parent
ce89ce304d
commit
65f067347d
2 changed files with 2 additions and 2 deletions
|
|
@ -431,7 +431,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.1.7', required: need_alsa)
|
||||
alsa_dep = dependency('alsa', version : '>=1.2.10', required: need_alsa)
|
||||
summary({'pipewire-alsa': alsa_dep.found()}, bool_yn: true)
|
||||
|
||||
if host_machine.system() == 'freebsd' or host_machine.system() == 'midnightbsd'
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ if get_option('spa-plugins').allowed()
|
|||
endif
|
||||
|
||||
# plugin-specific dependencies
|
||||
alsa_dep = dependency('alsa', required: get_option('alsa'))
|
||||
alsa_dep = dependency('alsa', version : '>=1.2.10', required: get_option('alsa'))
|
||||
summary({'ALSA': alsa_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
|
||||
bluez_dep = dependency('bluez', version : '>= 4.101', required: get_option('bluez5'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue