aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2021-09-06 15:22:28 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-09-06 15:22:28 -0500
commitf2362cc277023550b2482215b4a1cd7142639427 (patch)
tree692dc36c30463823a0b02c28aa13032be2ea024f /meson_options.txt
parent444e44eb9da303c6614034a3558daceca15e0315 (diff)
build: add split-usr option
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ce1b8dda..cd922a21 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,6 +22,9 @@ option('selinux', type : 'feature', value : 'auto',
description : 'enable SELinux support')
option('shell', type : 'string', value : '/bin/sh',
description : 'Default posix compatible shell')
+option('split-usr', type : 'combo',
+ choices : ['auto', 'true', 'false'],
+ description : '''/bin, /sbin aren't symlinks into /usr''')
option('sysvinit', type : 'boolean', value : false,
description : 'enable SysVinit compatibility (linux only)')
option('termcap', type : 'combo',