diff --git a/NEWS b/NEWS index 804c33e3394..7bdd3e0dbde 100644 --- a/NEWS +++ b/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 diff --git a/meson_options.txt b/meson_options.txt index c71d3bf0533..ee30d721bc7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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',