diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index b8116bcedd..831d23e299 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -210,7 +210,9 @@ option('libcryptsetup-plugins-dir', type : 'string', option('docdir', type : 'string', description : 'documentation directory') option('install-sysconfdir', type : 'combo', choices : ['true', 'no-samples', 'false'], value : 'true', - description : 'install configuration files and directories to $sysconfdir') + description : 'install configuration files and directories') +option('configfiledir', type : 'string', value : '', + description : 'directory for configuration files') option('fallback-hostname', type : 'string', value : 'localhost', description : 'the hostname used if none configured') |