diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-11-17 10:45:02 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-11-17 10:45:02 +0100 |
commit | 80599eb0e277e9173ea73ce21fb8d6ff1aeefbc0 (patch) | |
tree | 8879c7f59ef608622cd12019db0ce6394c8dd3c4 /meson_options.txt | |
parent | 4472fa6d2c324be002ea04dd10070f7bbac261cf (diff) | |
download | systemd-80599eb0e277e9173ea73ce21fb8d6ff1aeefbc0.tar.gz systemd-80599eb0e277e9173ea73ce21fb8d6ff1aeefbc0.tar.bz2 systemd-80599eb0e277e9173ea73ce21fb8d6ff1aeefbc0.zip |
meson: document -Drootprefix a bit better
All options are for "overriding", and the help string was just repeating
the name of the option.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index b5a20fb0e2..855f4a1a2c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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', |