summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-01 11:49:42 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:59:10 +0200
commitb3043a2df18f24209a98047edc2d7638a5c89de6 (patch)
treeafda5e0d971df87ac0f76bc14b4d988b6a6a1833 /meson_options.txt
parent1299031d9fdc0428e89e4110c1194086ee3f737e (diff)
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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c08325567..e6696dea9 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 elogind; 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',