mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: we need ALSA >= 1.2.11 for snd_seq_ump_ev_clear()
This commit is contained in:
parent
91806ff747
commit
9b2b420cf5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ if get_option('spa-plugins').allowed()
|
|||
alsa_dep = dependency('alsa', version : '>=1.2.6', required: get_option('alsa'))
|
||||
summary({'ALSA': alsa_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
|
||||
if alsa_dep.version().version_compare('>=1.2.10')
|
||||
if alsa_dep.version().version_compare('>=1.2.11')
|
||||
cdata.set('HAVE_ALSA_UMP', true)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue