diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-01 11:49:42 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-01 12:23:00 +0100 |
commit | 2675413e39a38106949683bbda8fbf051d0aa021 (patch) | |
tree | a420f937ed7c0f6aa78a7be06e5d0eeb56a37da5 /meson_options.txt | |
parent | 649a5ffba89a66b212dadcf43e9fa35dfc4ce1d3 (diff) | |
download | systemd-2675413e39a38106949683bbda8fbf051d0aa021.tar.gz systemd-2675413e39a38106949683bbda8fbf051d0aa021.tar.bz2 systemd-2675413e39a38106949683bbda8fbf051d0aa021.zip |
meson: autodetect split-usr
Also move the status from "features" to the paths section. This is more of an
anti-feature.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index dca9dfc16c..4dbbb5190a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -16,8 +16,8 @@ # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -option('split-usr', type : 'boolean', value : false, - description : '''assume that /bin, /sbin aren't symlinks into /usr''') +option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'], + description : '''/bin, /sbin aren't symlinks into /usr''') option('rootlibdir', type : 'string', description : '''[/usr]/lib/x86_64-linux-gnu or such''') option('rootprefix', type : 'string', |