mirror of
https://github.com/systemd/systemd.git
synced 2025-08-24 09:49:49 +03:00
meson: drop split-usr, rootlibdir, and rootprefix from meson_options.txt
These options were deprecated by b0d3095fd6
(v255).
Let's remove them completely.
This commit is contained in:
committed by
Lennart Poettering
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.
|
* 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:
|
Announcements of Future Feature Removals:
|
||||||
|
|
||||||
* The D-Bus method org.freedesktop.systemd1.StartAuxiliaryScope() is
|
* 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'],
|
option('mode', type : 'combo', choices : ['developer', 'release'],
|
||||||
description : 'autoenable features suitable for systemd development/release builds')
|
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'],
|
option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
|
||||||
description : 'sbin is not a symlink to bin')
|
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',
|
option('link-udev-shared', type : 'boolean',
|
||||||
description : 'link systemd-udevd and its helpers to libsystemd-shared.so')
|
description : 'link systemd-udevd and its helpers to libsystemd-shared.so')
|
||||||
option('link-executor-shared', type : 'boolean',
|
option('link-executor-shared', type : 'boolean',
|
||||||
|
Reference in New Issue
Block a user