mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
meson: Make lirc optional
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
d9b0c66e30
commit
911b12c150
2 changed files with 4 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ if jack_dep.found()
|
|||
cdata.set('HAVE_JACK', 1)
|
||||
endif
|
||||
|
||||
lirc_dep = dependency('lirc', required : false)
|
||||
lirc_dep = dependency('lirc', required : get_option('lirc'))
|
||||
if lirc_dep.found()
|
||||
cdata.set('HAVE_LIRC', 1)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue