From: Yu Watanabe Date: Sat, 17 Jan 2026 01:45:02 +0000 (+0900) Subject: meson: update description of deprecated options X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=badff4ce2a5433b7173ee2909888445e05900d96;p=thirdparty%2Fsystemd.git meson: update description of deprecated options --- diff --git a/meson_options.txt b/meson_options.txt index 21d3e790280..93c264488c0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -46,7 +46,8 @@ option('sysvinit-path', type : 'string', value : '/etc/init.d', deprecated : tru option('sysvrcnd-path', type : 'string', value : '/etc/rc.d', deprecated : true, description : 'This option is deprecated and will be removed in a future release') option('rc-local', type : 'string', value : '/etc/rc.local', deprecated : true, - description : 'path to SysV rc.local script') + description : 'This option is deprecated and will be removed in a future release') + option('initrd', type : 'boolean', description : 'install services for use when running systemd in initrd') option('compat-mutable-uid-boundaries', type : 'boolean', value : false, @@ -439,9 +440,9 @@ option('idn', type : 'boolean', option('libidn2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' }, description : 'libidn2 support') option('libidn', type : 'feature', deprecated : true, - description : 'libidn support') + description : 'This option is deprecated and will be removed in a future release') option('libiptc', type : 'feature', deprecated : true, - description : 'libiptc support') + description : 'This option is deprecated and will be removed in a future release') option('qrencode', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' }, description : 'libqrencode support') option('gcrypt', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },