]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
resolvectl: drop a condition which is always true
[thirdparty/systemd.git] / meson_options.txt
index 2c10054769fcea2e2fe1b2b97be119e4d4fc07d0..2435ccebd48c87a57274a8e45107ee6dd43d207c 100644 (file)
@@ -1,5 +1,5 @@
 # -*- mode: meson -*-
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
 
 option('version-tag', type : 'string',
        description : 'override the git version string')
@@ -180,6 +180,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('fallback-hostname', type : 'string', value : 'localhost',
        description : 'the hostname used if none configured')