From: Zbigniew Jędrzejewski-Szmek Date: Sat, 17 Nov 2018 09:45:02 +0000 (+0100) Subject: meson: document -Drootprefix a bit better X-Git-Tag: v242-rc1~241^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80599eb0e277e9173ea73ce21fb8d6ff1aeefbc0;p=thirdparty%2Fsystemd.git meson: document -Drootprefix a bit better All options are for "overriding", and the help string was just repeating the name of the option. --- diff --git a/meson_options.txt b/meson_options.txt index b5a20fb0e21..855f4a1a2c7 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',