summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-02-26 18:58:03 +0100
committerGitHub <noreply@github.com>2019-02-26 18:58:03 +0100
commit9a43fc6a2ad9e88719c4496fbeebf18cfb65cbb2 (patch)
tree8332f989fc524350872c4b9f8090c663beeb2580 /meson_options.txt
parent88a56c767044b06529dd80180fb492d65aae121e (diff)
parent1c2c7c6cb3d92315624f3711114e86b0acfbce63 (diff)
downloadsystemd-9a43fc6a2ad9e88719c4496fbeebf18cfb65cbb2.tar.gz
Merge pull request #11827 from keszybz/pkgconfig-variables
Allow overriding pkgconfig prefixes
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 050d65bfc1..d4ec37dda2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,7 +11,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',