1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

meson: drop split-usr, rootlibdir, and rootprefix from meson_options.txt

These options were deprecated by b0d3095fd6cc1791a38f57a1982116b4475244ba (v255).
Let's remove them completely.
This commit is contained in:
Yu Watanabe 2025-03-09 11:45:00 +09:00 committed by Lennart Poettering
parent d77bf27c80
commit 11361e3293
2 changed files with 3 additions and 6 deletions

3
NEWS
View File

@ -55,6 +55,9 @@ CHANGES WITH 258 in spe:
* Support for the SystemdOptions EFI variable has been removed.
* The 'split-usr', 'rootlibdir', and 'rootprefix' meson options, which
were deprecated in v255, have been removed.
Announcements of Future Feature Removals:
* The D-Bus method org.freedesktop.systemd1.StartAuxiliaryScope() is

View File

@ -11,14 +11,8 @@ option('vcs-tag', type : 'boolean', value : true,
option('mode', type : 'combo', choices : ['developer', 'release'],
description : 'autoenable features suitable for systemd development/release builds')
option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'], deprecated: true,
description : 'This option is deprecated and will be removed in a future release')
option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'sbin is not a symlink to bin')
option('rootlibdir', type : 'string', deprecated: true,
description : 'This option is deprecated and will be removed in a future release')
option('rootprefix', type : 'string', deprecated: true,
description : 'This option is deprecated and will be removed in a future release')
option('link-udev-shared', type : 'boolean',
description : 'link systemd-udevd and its helpers to libsystemd-shared.so')
option('link-executor-shared', type : 'boolean',