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:
parent
d77bf27c80
commit
11361e3293
3
NEWS
3
NEWS
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user