lib/alsa/meson.build: require libasound 1.2 or later
This allows us to drop the 1.1.4 snd_pcm_drain() bug workaround (added
by commit f85d4d28d1).
This commit is contained in:
@@ -3,7 +3,7 @@ if not is_linux
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
libasound_dep = dependency('alsa', version: '>= 1.1', required: get_option('alsa'))
|
||||
libasound_dep = dependency('alsa', version: '>= 1.2', required: get_option('alsa'))
|
||||
if not libasound_dep.found()
|
||||
alsa_dep = dependency('', required: false)
|
||||
subdir_done()
|
||||
|
||||
Reference in New Issue
Block a user