meson: document -Drootprefix a bit better

All options are for "overriding", and the help string was just repeating
the name of the option.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-11-17 10:45:02 +01:00
parent 4472fa6d2c
commit 80599eb0e2
1 changed files with 1 additions and 1 deletions

View 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',