spa: alsa: allow building without UMP in libalsa

Allow building with older libalsa releases that don't have UMP.
This commit is contained in:
Nikolay Borodin 2025-03-09 18:52:49 +02:00 committed by P V
parent 9bc29b4b37
commit 6620c6cde1
4 changed files with 66 additions and 3 deletions

View file

@ -43,7 +43,7 @@ if get_option('spa-plugins').allowed()
endif
# plugin-specific dependencies
alsa_dep = dependency('alsa', version : '>=1.2.10', required: get_option('alsa'))
alsa_dep = dependency('alsa', version : '>=1.2.6', 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'))