diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2019-01-25 14:16:48 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2019-03-12 10:41:49 +0100 |
commit | 4b3ac5d78f6d1f0ab7e925a595069ea53e27f8be (patch) | |
tree | 652ad4751afee6e87afd6680587d75d63e440af1 /meson_options.txt | |
parent | meson: use proper etc_dir location (diff) | |
download | knot-resolver-4b3ac5d78f6d1f0ab7e925a595069ea53e27f8be.tar.xz knot-resolver-4b3ac5d78f6d1f0ab7e925a595069ea53e27f8be.zip |
meson: add option keyfile_default
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') |