summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-02-25 03:05:26 +0100
committerMike Yuan <me@yhndnzj.com>2024-02-27 16:10:49 +0100
commit31323f21bb0ae7c712f43500c42997c91a6d20bf (patch)
tree99f0444f444b4f2e07e9f68f3afe3d3d4d8dda3e /meson_options.txt
parentcore: refuse cgroupv1 unless SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE (diff)
downloadsystemd-31323f21bb0ae7c712f43500c42997c91a6d20bf.tar.xz
systemd-31323f21bb0ae7c712f43500c42997c91a6d20bf.zip
meson: drop default-hierarchy= option, always use unified
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 4dea1a8bf3..51434f74b3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -227,8 +227,8 @@ option('configfiledir', type : 'string', value : '',
option('fallback-hostname', type : 'string', value : 'localhost',
description : 'the hostname used if none configured')
option('default-hierarchy', type : 'combo',
- choices : ['legacy', 'hybrid', 'unified'], value : 'unified',
- description : 'default cgroup hierarchy')
+ choices : ['legacy', 'hybrid', 'unified'], deprecated : true,
+ description : '''This option is deprecated and will be removed in a future release''')
option('extra-net-naming-schemes', type : 'string',
description : 'comma-separated list of extra net.naming-scheme= definitions')
option('default-net-naming-scheme', type : 'string', value : 'latest',