aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-11-19 19:50:03 +0100
committerGitHub <noreply@github.com>2017-11-19 19:50:03 +0100
commit0e74bad141d035b7d45f5e46ea4f33217db3c9e8 (patch)
treecf1c2faf3e78bf84943baf8f0e1f39419847888f /meson_options.txt
parentMerge pull request #7198 from poettering/stdin-stdout (diff)
parentmeson: use absolute path for rpmmacrosdir (diff)
downloadsystemd-0e74bad141d035b7d45f5e46ea4f33217db3c9e8.tar.gz
systemd-0e74bad141d035b7d45f5e46ea4f33217db3c9e8.tar.bz2
systemd-0e74bad141d035b7d45f5e46ea4f33217db3c9e8.zip
Merge pull request #7376 from keszybz/simplify-root-options
Simplify root configuration options
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 498a32ab1..49ebd6c03 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,8 +20,6 @@ option('split-usr', type : 'boolean', value : false,
description : '''assume that /bin, /sbin aren't symlinks into /usr''')
option('rootlibdir', type : 'string',
description : '''[/usr]/lib/x86_64-linux-gnu or such''')
-option('rootprefix', type : 'string',
- description : '''override the root prefix''')
option('link-udev-shared', type : 'boolean',
description : 'link systemd-udev and its helpers to libsystemd-shared.so')