]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
Add install-sysconfdir=no-samples option for (non-)installation of sample configs
[thirdparty/systemd.git] / meson_options.txt
index 2704f65baa051bf3b0466a6a761dc560814a579b..1707f64c177e1eab8616240d7b90ef185ac441bd 100644 (file)
@@ -184,8 +184,8 @@ option('pamconfdir', type : 'string',
        description : 'directory for PAM configuration ["no" disables]')
 option('docdir', type : 'string',
        description : 'documentation directory')
-option('install-sysconfdir', type : 'boolean', value : true,
-       description : 'install configuration files to $sysconfdir')
+option('install-sysconfdir', type : 'combo', choices : ['true', 'no-samples', 'false'], value : 'true',
+       description : 'install configuration files and directories to $sysconfdir')
 
 option('fallback-hostname', type : 'string', value : 'localhost',
        description : 'the hostname used if none configured')