diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 2580a5d7..037062ba 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,3 +2,4 @@ option('cookies', type: 'boolean', value: false, description: 'Support for DNS C option('client', type : 'boolean', value : true, description: 'kresc client binary') option('daemon', type: 'boolean', value: true, description: 'kresd daemon binary') option('modules_dir', type: 'string', description: 'path to kres modules directory') +option('keyfile_default', type: 'string', description: 'path to trust anchors file') |