diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-11-19 19:50:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-19 19:50:03 +0100 |
commit | 0e74bad141d035b7d45f5e46ea4f33217db3c9e8 (patch) | |
tree | cf1c2faf3e78bf84943baf8f0e1f39419847888f /meson_options.txt | |
parent | Merge pull request #7198 from poettering/stdin-stdout (diff) | |
parent | meson: use absolute path for rpmmacrosdir (diff) | |
download | systemd-0e74bad141d035b7d45f5e46ea4f33217db3c9e8.tar.xz 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.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 498a32ab11..49ebd6c036 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') |