summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 915a9df..b88f209 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,13 +14,21 @@ option('celt051',
type : 'combo',
choices : ['true', 'false', 'auto'],
value : 'auto',
+ yield : true,
description: 'Enable celt051 audio codec')
option('opus',
type : 'combo',
choices : ['true', 'false', 'auto'],
+ yield : true,
description: 'Enable Opus audio codec')
+option('smartcard',
+ type : 'boolean',
+ value : true,
+ yield : true,
+ description : 'Enable smartcard support')
+
option('python-checks',
type : 'boolean',
value : true,