]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
mount-util: shorten the loop a bit (#7545)
[thirdparty/systemd.git] / meson_options.txt
index 49ebd6c03662492ae0e2f1b23db34dcf87285b41..8c03b0c6dec292453c117eb3ada32c270d042937 100644 (file)
@@ -20,6 +20,8 @@ option('split-usr', type : 'boolean', value : false,
        description : '''assume that /bin, /sbin aren't symlinks into /usr''')
 option('rootlibdir', type : 'string',
        description : '''[/usr]/lib/x86_64-linux-gnu or such''')
+option('rootprefix', type : 'string',
+       description : '''override the root prefix''')
 option('link-udev-shared', type : 'boolean',
        description : 'link systemd-udev and its helpers to libsystemd-shared.so')
 
@@ -148,6 +150,8 @@ option('system-gid-max', type : 'string',
 option('tty-gid', type : 'string',
        description : 'the numeric GID of the "tty" group',
        value : '5')
+option('users-gid', type : 'string',
+       description : 'the numeric GID of the "users" group')
 option('adm-group', type : 'boolean',
        description : 'the ACL for adm group should be added')
 option('wheel-group', type : 'boolean',