]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
meson: make user $PATH configurable
[thirdparty/systemd.git] / meson_options.txt
index 0919577fd763f3baf69cbe440650e178fb943780..79b09e021c3698e1c5a1488ae379d6e0f6d55cbc 100644 (file)
@@ -59,6 +59,8 @@ option('valgrind', type : 'boolean', value : false,
        description : 'do extra operations to avoid valgrind warnings')
 option('log-trace', type : 'boolean', value : false,
        description : 'enable low level debug logging')
+option('user-path', type : 'string',
+       description : '$PATH to use for user sessions')
 
 option('utmp', type : 'boolean',
        description : 'support for utmp/wtmp log handling')