summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-19 17:58:21 +0700
committerArun Raghavan <arun@arunraghavan.net>2018-12-27 17:25:56 +0530
commit911b12c15090d6d4fd26e9c684646ea2eea37f49 (patch)
tree73987cc1124a1898f4eb12dfe29c2ebc16a1e5fd /meson_options.txt
parentd9b0c66e3028c8808c9ccf52c2ff10345d64300f (diff)
downloadpulseaudio-911b12c15090d6d4fd26e9c684646ea2eea37f49.tar.gz
meson: Make lirc optional
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9abf1352b..5f308b949 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -41,6 +41,9 @@ option('fftw',
option('jack',
type : 'feature', value : 'auto',
description : 'Optional JACK support')
+option('lirc',
+ type : 'feature', value : 'auto',
+ description : 'Optional LIRC support')
option('systemd',
type : 'feature', value : 'auto',
description : 'Optional systemd support')