spa: we need ALSA >= 1.2.11 for snd_seq_ump_ev_clear()

This commit is contained in:
Wim Taymans 2025-03-18 09:48:08 +01:00
parent 91806ff747
commit 9b2b420cf5

View file

@ -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