mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Also set HAVE_ALSA when alsa is enabled
Just following the configure file. Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
54900beb59
commit
9c4e72112a
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ endif
|
||||||
|
|
||||||
alsa_dep = dependency('alsa', version : '>= 1.0.24', required : get_option('alsa'))
|
alsa_dep = dependency('alsa', version : '>= 1.0.24', required : get_option('alsa'))
|
||||||
if alsa_dep.found()
|
if alsa_dep.found()
|
||||||
|
cdata.set('HAVE_ALSA', 1)
|
||||||
cdata.set('HAVE_ALSA_UCM', 1)
|
cdata.set('HAVE_ALSA_UCM', 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue