]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: document -Drootprefix a bit better
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 17 Nov 2018 09:45:02 +0000 (10:45 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 17 Nov 2018 09:45:02 +0000 (10:45 +0100)
All options are for "overriding", and the help string was just repeating
the name of the option.

meson_options.txt

index b5a20fb0e21a0592c1a9e60870e3f83f9cfa8d9b..855f4a1a2c7cea2bc0dcc06535e3a4cc8db14b66 100644 (file)
@@ -8,7 +8,7 @@ option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
 option('rootlibdir', type : 'string',
        description : '''[/usr]/lib/x86_64-linux-gnu or such''')
 option('rootprefix', type : 'string',
-       description : '''override the root prefix''')
+       description : '''override the root prefix [default '/' if split-usr and '/usr' otherwise]''')
 option('link-udev-shared', type : 'boolean',
        description : 'link systemd-udev and its helpers to libsystemd-shared.so')
 option('link-systemctl-shared', type: 'boolean',